Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@nickajacks1 The content negotiation is not fully RFC compliant. This is what `o3-mini-high` found: ### Accept Header Parsing and Sorting - The code that parses and sorts the “Accept” (and...

@ktrz Adding both cases is probably the way to go now. Other option I can think is having a config option to specify if you want benchmarks with suffix or...

@ktrz Any progress on this issue? Thanks!

@luk3skyw4lker , @efectn is working on this. Plan is to have it built into gofiber/fiber. The golang team already provides a module for this.

But yes, similar to what gin/echo/hertz and other frameworks are doing. But integrated instead of a separate module. Almost any user in production or with a server exposed to the...

@JIeJaitt Corporations and most public websites use ACME for TLS certs usually throught their Cloud provider. LetsEncrypt is currently generating certs for over +300 million websites as of their last...

@russoz Thank you! I havent tested the other `states`, but anything putting global before the command is probably also failing. The `--global` always has to go after the command `pipx...

Probably worth adding an integration test that uses `state: latest` to make sure it properly installs/upgrades using `--global`.

I can confirm that "uninstall" also is not working with `global: true`. Probably for the same reason