Carlos Fuentes
Carlos Fuentes
## This would solve... Decompression of compressed responses based on `content-encoding` header. ## The implementation should look like... Implemented as interceptor ## Additional context Ref: https://github.com/nodejs/undici/discussions/3253#discussion-6660897
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
This PR attempts to introduce the `ls` command, similar to `npm` and `pnpm` versions. Its initial version aims for simplicity and just provides a tree-like representation of the modules installed...
- [x] Add histograms to workers - #619 - [x] Expose workers lifecycle events - #620 - [x] Expose pool lifecycle events - #624 - [x] Decouple handling of when...
It would be great to have improved documentation that can be queriable and ease the experience of understanding Piscina, a couple of more examples and possibly even more advance topics....
- **refactor(#2722)!: Drop Interceptors support (#2754)** - **fix: tweaks** ## This relates to... ## Rationale ## Changes ### Features ### Bug Fixes ### Breaking Changes and Deprecations ## Status -...
Given the current state of `node:test` as testing library and runner, we can start using it in combination with `borp` to run our tests.