Manuel Spigolon

Results 381 comments of Manuel Spigolon

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

> Tests here will fail until the feature is merged at fastify, but I've hard-codded the fastify proposed changes and tested it. You can change&push temporary the package.json to use...

Since this usage does not accumulate: ``` fastify.register(require('@fastify/multipart'), { attachFieldsToBody: true, onFile }) ``` I would support this new usage instead of adding a new option: ``` fastify.register(require('@fastify/multipart'), { attachFieldsToBody:...

> Unfortunately I can not reproduce the issues on my local machine. Same error as the CI for me with node v18.6.0

Would you like to send a Pull Request to address this issue? Remember to add unit tests. cc @fastify/typescript

following the other prs https://github.com/fastify/fastify-reply-from/pull/272 Could you please add an option to configure the querystring module to use? Like in Fastify.

@mcollina I cannot release this package we should bump a major since there are 3 major versions that has been merged by automerge

Could we push forward this issue?

This can be done by a plugin. The scope of the fastify core is providing the minimal tool set to build things like the one you proposed. The plugin needs...