Manuel Spigolon

Results 381 comments of Manuel Spigolon

> What feature do you think would be useful? The most requested stuff is the code block with the TS/JS tabs - but it was just a suggestion. If you...

> May be related to [#290](https://github.com/fastify/fast-json-stringify/issues/290), but i am not 100% sure of that No, that one is not involved in the input validation. I think you are hitting this...

Ok, thanks for helping me Would you mind to add a test? Without it we can't garantee to remove this feature accidentally in future

- Who are we protecting with this change? Local developers - Are we covering all use cases? No - different nodejs versions locally - different package managers - physical memory...

Maybe shrinkwrap: https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json#package-lockjson-vs-npm-shrinkwrapjson > In contrast, [npm-shrinkwrap.json](https://docs.npmjs.com/cli/v11/configuring-npm/npm-shrinkwrap-json) allows publication, and defines the dependency tree from the point encountered. This is not recommended unless deploying a CLI tool or otherwise using...

> Actually what we could do is pinning the version in the package.json. I'm keen to agree with that That is also considered a feature in the Hapi ecosystem

I mean: IF we are going to introduce a lock, I prefer the pin of the versions This requires a "weekly" release at least, or users will start complaining for...

I think you are looking for https://fastify.dev/docs/latest/Reference/Reply/#hijack PS: v4 is out of support: https://fastify.dev/docs/latest/Reference/LTS/ and you may need: https://www.herodevs.com/support/fastify-nes?utm_source=fastify&utm_medium=link&utm_campaign=eol_support_fastify

YOu need to enable full identity: ```js await sql`ALTER TABLE my_table REPLICA IDENTITY FULL` ``` Then the `old` argument of the subscribe's callback, will be set and a custom diff...

> Why do we need two files? Because it can grow on its own, and keeping a wall of text in the SECURITY file reduces the likelihood that the file...