Ivan Feofanov
Ivan Feofanov
I needed to monitor the upload progress on the server side, and I added an event EVENT_CHUNK_UPLOADED with payload: ``` { file: file config from options, loaded: { bytes: bytes...
To use the DRF exception handler
🐛 [Bug]: Auth middleware ignored in dependency of app.Static if I use any of cors/logger middleware
### Bug Description I found that in dependency of where I place `app.Static` my auth middleware can be totally ignored. Examples: ```go package main import ( "net/http" "github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2/middleware/cors" "github.com/gofiber/fiber/v2/middleware/logger"...
PR for the issue #247 With the replacement builtin `flags` package to `github.com/namsral/flag` we could take config as from flags so from env variables
Hi guys. gocqlxtest is very useful but I want to have the ability to take my test server config not only from flags but also from env variables, it extends...
I put my struct type definition into separate file named `shema.go` and added this typeswitch statement: ```go switch value := payload.(type) { case CustomerLead: //
The bot detected the difference in votes based on the previous state of the block stored in memory. If the bot was restarted and the current block is the very...