Juan Calderon-Perez
Juan Calderon-Perez
👍🏻 i'm ok with the implementation too, specially if its already supported in other parts
@sixcolors I totally agree, the inconsistency was made worst when the fixes for csrf were done. The session middleware needs a full refactoring. It would make sense to make these...
@efectn To avoid the Mutex we would need a separate Tree that's a copy of the main one. We can then sync changes to that one if the User generates...
@luk3skyw4lker Yeah, I was reading the ticket wrong 😂 We had a discussion about it on Discord. Adding this def makes Fiber slower. I think the idea may be to...
@tylitianrui Valid point, the refactoring of the `Client` is being done here https://github.com/gofiber/fiber/pull/1986 feel free to post your concerns there CC @efectn
@MartinHotmann The `JSON()` function doesnt set the encoding, which probably needs to be updated here: https://github.com/gofiber/fiber/blob/master/ctx.go#L856 Looking at fasthttp, they have `SetContentEncoding()` which we could expose/call from Fiber to allow...
Question, why is using `fiber.MIMEApplicationJSONCharsetUTF8` not a viable option in your use-case when returning back to the user?
This should be configurable Fiber wise. At least with python I always have to set the Python Encoding to utf-8 to get data to display correctly.
The https://github.com/mcuadros/go-defaults package hasn't been updated in years, is there an alternative.
@muratmirgun Can you take a look at the ci failures