Juan Calderon-Perez

Results 137 issues of Juan Calderon-Perez

@profclems I havent been able to update to v1.0.0 since a few functions are missing. For example `LoadConfig()`. If you look at the test, they dont even call this funcion...

### Feature Proposal Description Recently a user asked about support for `CBOR` similar to the other functions in the context object `c.JSON(), c.JSONP(), and c.XML()`. Several major projects in the...

✏️ Feature
v3
📝 Proposal
hacktoberfest

### Feature Proposal Description Reduce the boilerplate of setting up AutoTLS / ACME by adding built-in support into Fiber. Similar to what `Gin` and `Echo` currently offer. We currently support...

✏️ Feature
v3
📝 Proposal

## Proposal Add new `app.Benchmark()` method to make it easier for users to run Benchmarks of their Fiber applications. The current `app.Test()` method is only intended for testing purposes and...

✏️ Feature
v3

When running benchmarks in a repo with a lot of packages, if two benchmarks have the same name this `github-action` doesn't take into account the package name cause the comparison...

bug

**Describe the bug** I currently manage a fleet of hosts configured with `Ansible`, and we’ve recently encountered a new challenge with newer operating systems. We're now required (`PEP 668`) to...

enhancement

The main purpose of this ticket is to request support for global venvs. Similar concept to what `pipx install --global` does. Where the package is installed in a `global` venv...

wish
uv tool

### 1. What does this change do, exactly? - Fix issues with dependencies - Use `gotestsum` for running tests. - Run tests with `shuffle` enabled - Add `Makefile` to ease...

### Summary I took the integration tests from https://github.com/russoz-ansible/community.general/blob/main/tests/integration/targets/pipx/tasks/testcase-injectpkg.yml and try using them with `global: true` but they fail. This is probably related to the other in which ansible is...

bug
module
has_pr
traceback
plugins

I noticed that fsspec has `fsspec.compression` but it's not documented anywhere how to use it. Even a simple example would help on how to create a fs using `fsspec` and...