Manuel Spigolon
Manuel Spigolon
I tested only the spacing cases, not the `fastify.addContentTypeParser('json'` 👍🏽
> the lack of information and effects of each plugin. By keeping the fastify core dry (and agonistic), the user can build everything ("we are not baby sitter" cit). I...
I would not change that log, since it is much easier adding a `onRequest`/`onSend` hook to customize the log message. The big deal here would be: could we create a...
I would like to be added
We have something similar here: - https://github.com/fastify/fastify-swagger/pull/761 But it does not throw if there is a mismatch. The hardest thing is to list the path parameters because they are a...
Nope, it goes to: https://github.com/fastify/fastify/blob/ac26d7b4cadca3a2673fca5853863be498839c60/lib/reply.js#L217
> How can you expect to have preSerialization when no serializer is actually exists? I was expecting it to be executed since I did not provide any response that is...
> Unfortunately this is not compatible with protected branches I think we do allow force push
> We do need blog post and announcements etc, as it's also a marketing thing. I can draft it 👍🏼
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.