Juan Calderon-Perez
Juan Calderon-Perez
With #3382 merged, can this be closed? @sixcolors
@pwtitle I have a working branch for your request with `fiber.NewError()`, will report back thus week. The change should be doable.
@quocduongpy Try changing the middlewares order: - csrf - encryptcookie
@rebaz94 SSE support is work in progress, it's a bit more complicated for adaptor. We will discuss internally and report back
@arlanram We are adding `Context()` back, which is missing from `rc1`. The fiber.Ctx doesn't implement everything and it also re-used after the handler returns. Fixes were done in #3720
@arlanram rc2 is out https://github.com/gofiber/fiber/releases/tag/v3.0.0-rc.2
@aliziyacevik Can you update the gosec.yml inside github to exclude cassandra for the root test, and include cassandra at the botton of the file
@aliziyacevik This may be related, not sure yet https://github.com/gocql/gocql/issues/997
> hi @gaby, right now I'm assuming the GitHub ci/cd doesn't wait for Cassandra to be available on port 9042, that's why it can't pass the test. what do you...
@aliziyacevik I dont think there's a way to run it in gh actions. Setting address to 0.0.0.0 causes container to fail. Cassandra doesnt allow using that