Command line hosts file modifier
Laravel wrapper for common hashing algorithms used in web applications
Golang implementation of JSON Web Tokens (JWT)
malusev998/libsodium-hash-provider 2
Libsodium Password hashing provider for Laravel
libsodium base64 encode/decode ported to C#
fork jyn514/wit_node
This is the ROS nodelet package for wit motion company imu and gps sensor. Providing driver, ros driver and nodelet intergrating program.
fork in 4 hours
startedwereturtle/ghostwriter
started time in 5 hours
pull request commentgofiber/fiber
🔥 Add optional FileSystem config to middleware/favicon
I have mimicked the http.FileSystem.Open
function in a wrapper mockFS
type to simulate an alternate http.FileSystem
for the purposes of the test since os.DirFS
is not available <1.16. If there is a more suitable way to mock http.FileSystem
, please let me know and I'll update the test accordingly.
comment created time in 5 hours
pull request commentgofiber/fiber
🔥 Add optional FileSystem config to middleware/favicon
Looks like my test uses go 1.16 functions. I'll fix with a more suitable 1.14+ capable calls.
comment created time in 6 hours
PR opened gofiber/fiber
This change exists to support go 1.16 embedded filesystems and other network filesystems that can't simply be read as a file from a system path.
Since go 1.16 just dropped with embedded filesystem support, I thought fiber would benefit from fully supporting alternate filesystems. The filesystem middleware already supports any filesystem but I noticed the favicon middleware was still built to simply read from a system path.
pr created time in 6 hours
fork fatih/twirp-serverhook-prometheus
Twirp server hooks to send metrics to Prometheus
fork in 7 hours
created repositorybradtraversy/vue-crash-2021
Task Tracker project from youtube crash course
created time in 8 hours
startedspatie/laravel-prefixed-ids
started time in 8 hours
created repositoryspatie/laravel-prefixed-ids
Friendly prefixed IDs for your Laravel models
created time in 13 hours
issue commentgofiber/fiber
🐛 The middleware has session operation, and there is no setting for the first visit
@chinaapus could you give feedback
comment created time in 14 hours
issue closedgofiber/fiber
🤗 Session Regenerates Deleted Key
Fiber 2.5.0
Session key gets regenerated after being deleted.
Code snippet
package main
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
// Steps to reproduce
log.Prrintln(Session.Get("notify"))
session.Set("notify","name")
session.Delete("notify")
session.Save()
log.Fatal(app.Listen(":3000"))
}
The notify key is still available after the page reload.
closed time in 14 hours
Koredeoluwafemiissue commentgofiber/fiber
🤗 Session Regenerates Deleted Key
Thanks, you fixed it, really appreciate this.
comment created time in 14 hours
startedakovalyov/DebugStatementsFixers
started time in 15 hours
startedtimfpark/react-native-location
started time in 17 hours
issue commentgofiber/fiber
🐛 Session corrupted after save to sqlite3
I have also removed casbin MW, but it still the same error [session] Register this type first with the `RegisterType` method.
I use Redis Session, here is my Redis Middleware code:
import (
"github.com/gofiber/fiber/v2/middleware/session"
"github.com/gofiber/storage/redis"
)
var SessionStore *session.Store
func init() {
// Initialize custom config
store := redis.New(redis.Config{
Host: "127.0.0.1",
Port: 6379,
Username: "",
Password: "",
Database: 0,
Reset: false,
})
SessionStore = session.New(session.Config{
Storage: store,
})
SessionStore.RegisterType("")
SessionStore.RegisterType(1)
}
comment created time in 20 hours
startedmdbtools/mdbtools
started time in 20 hours
startedmauron85/react-native-background-geolocation
started time in a day
startedtfpauly/privacy-proxy
started time in a day
startedtimfpark/react-native-location
started time in a day
startedRaja0sama/rn-foreground-service
started time in a day
startedNexmo/nexmo-node
started time in a day
starteddocsifyjs/awesome-docsify
started time in a day
starteddocsifyjs/docsify
started time in a day
startedhelm/get-helm-sh
started time in a day
startedTablePlus/DBngin
started time in a day
fork katzien/dotfiles-1
:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
fork in a day