Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@abanoub-fathy I'm assuming this is related to your other question? https://github.com/gofiber/fiber/issues/3430

Because v3 is not release, we can do the breaking change. I will try to get this implemented using an AI Agent. Seems like a great feature to test it...

@Andrei-hub11 I have a fully refactored middleware already implemented, including the features you requested. I can push it as a draft, and you can suggest improvements, etc ?

@Andrei-hub11 See https://github.com/gofiber/fiber/pull/3518

Yeah, for some reason the wheels are being build with musl instead of glibc. My fix was to do this: ```bash apt install musl-dev ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1 ```

@mhclaudiu v3 is still under development, we will release the modules once we are closer to release

It already does through Docker Healthcheck, your orchestration engine should be telling you this.

> Hello @gaby ! Can you please elaborate a bit more? Does Kuma do this already? If so when I tried yesterday, it just extrapolated the status. Did I miss...