Ivan Feofanov

Results 15 issues of 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 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"...

☢️ Bug

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...

enhancement

I put my struct type definition into separate file named `shema.go` and added this typeswitch statement: ```go switch value := payload.(type) { case CustomerLead: //

question

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...

enhancement