Manuel Spigolon
Manuel Spigolon
When using this module within a `TranformStream`, it leads to this error: ``` /Users/mspigolon/workspace/thread-stream/index.js:278 throw new Error('end() took too long (10s)') ^ Error: end() took too long (10s) at ThreadStream.end...
#### Support plan * *is this issue currently blocking your project?* (yes/no): no (but we need to use `any`) * *is this issue affecting a production system?* (yes/no): no ####...
Implements https://github.com/fastify/fastify/issues/2598 Is anyone against the `deepClone`? I thought that the shallow clone could be even more confusing for users. TODO: - [ ] update docs - [ ] block...
Given a node id that stands for a route, it should return all the details about that node: - all the hooks - all the decorators
Track the [`setErrorHandler`](https://www.fastify.io/docs/latest/Server/#seterrorhandler) value to find which plugin is modifying it.
Since the GHA is quite stable, I think I would like to plan a v1 with a CI and tests
The user may want to have an issue counter's breakdown: eg: - total issue: 10 - good first issue: 6 - triage: 3 - stale: 4 it should be doable...
Ref: https://stackoverflow.com/questions/77000099/mock-fastify-auth-plugin-in-node-tap-using-sinon
Add a new input variable to truncate the message when it is too long (instead of throwing an error)