Juan Calderon-Perez

Results 1409 comments of Juan Calderon-Perez

@oasisk Everyone using `ZO_TRACING_ENABLED` will have issues

@grivera64 I notice this too, I don't think that's the use case of the adaptor. It's more for things that only support net/http and you want a quick(with overhead) way...

@grivera64 We are waiting on 1.66.0 for this right?

> [@gaby](https://github.com/gaby) Since [#3790](https://github.com/gofiber/fiber/pull/3790) was successfully merged and v1.67.0 has the added flushing functionality, should we now add unit tests to verify that the adaptor middleware flushing functionality is fully...

@JIeJaitt The Makefile in the root of the repo, has a the commands to run tests/lint, etc

@melbahja Can you get this merge?

> Thanks for the feedback, I agree that some parts of the application can be improved to be more user-friendly. > > Here are some of the alternative solutions that...

Another issue I noticed is that `pipx list` doesnt show versions of injected packages. There's actually 0 way of finding this information. This one is a known issue since 2023,...

> > pipx is a nightmare to use with any automation tool that will update versions. > > I am curious about this. I tried installing and/or upgrading my packages...

For example this won't work with plain pipx and/or ansible: ```yaml --- - name: Install tox community.general.pipx: name: tox==1.0.0 ``` Then running the same thing with `==2.0.0`, it just fails....