Juan Calderon-Perez
Juan Calderon-Perez
@rebaz94 Thanks for sharing, will check tonight again. That's progress
@rebaz94 Can you check again using the latest commit in the `v2` branch? Thanks!
@yorickdewid Are you running the container with a tty? `docker run -it`, or in k8s `tty: true`. I run mine with a tty and colors show up
@yorickdewid It's a field in your deployment/pod yaml, not in k8s cluster. Like this: ```yaml apiVersion: v1 kind: Pod metadata: name: busybox spec: containers: - name: shell image: busybox:1.28 command:...
@ReneWerner87 @efectn Thoughts?
@yorickdewid Target branch is `main` which is Fiber v3. Option should be `False` by default.
@KoNekoD Each contrib has it's own go.mod so the version goes at the end. Example: ``` jwtware "github.com/gofiber/contrib/jwt/v2 jwtware "github.com/gofiber/contrib/jwt/v3 ``` There's no `go.mod` file at the root of this...
From my tests, it's the backend code the limitation. Javascript also doesn't have a good DNS caching library, so dns looking requests happen too often.
@ktx-kirtan Probably related to you, I could help but I can't find where is the code for this? 😆
@ktx-kirtan Has there been any updates on this? It has gotten worse since the release of 0.12.x