Carlos Fuentes

Results 528 comments of Carlos Fuentes

Without an [Minimum Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) is a bit hard to assess.

Hmm, can you expand more into what you have in mind to implement within Piscina specifically? Maybe that will help understand what can be the implications of doing so. So...

> I was looking for the unit-test file for `./lib/core/connect.js`, which exports `buildConnector`, but can't seem to find the test file. Can you point me there? Adding it into the...

Really like this idea; currently the recently introduced the [MockCallHistory](https://undici.nodejs.org/#/docs/api/MockCallHistory?id=class-mockcallhistory) can be of help here. I imagine an interceptor (or even an Agent) that actively records the requests and returns...

Can you rebase with `main` to have the benchmarks?

Based on the experiment (great work @andersonjoseph btw 🚀 ) I do not foresee too many performance regressions, but I'm still curious. Did you have the chance to run any...

I was thinking something simpler as just loading X arbitrary plugins to fastify apps, and compare (not necessarily statistically valid). e.g. I did this just as a quick experiment: ```js...

>But I wasn't sure if that’s the best way to measure performance It _should_ test what we are looking for, which is the internals of the `fastify-plugin`, which are constituted...

It seems linting is trying to validate things from docusaurus; maybe we can add special rules to that section?