Matthias Keckl

Results 8 comments of Matthias Keckl

I love this feature! I have implemented a plugin that implements the same functionality with constraints but requires a separate route for each different content type. Since the schema selection...

Done with https://github.com/commander-js/extra-typings/pull/59 🎉

My use case is as follows: I have a CLI that receives a file path/several file paths to plugins from the user. This CLI then registers the given plugins in...

https://github.com/Eomm/fastify-overview is a good example of how such a hook could be used.

@mcollina @Eomm A bit off-topic, but has the Fastify Org ever thought about applying to [Google Code of Summer](https://summerofcode.withgoogle.com/)? This would be a good opportunity to implement such feature requests,...

I have the feeling that there is still a lot of confusion when testing Fastify applications. I think the main reason for this is Fastify's plugin system and the resulting...

Should be related to fastify/fastify#5308

This problem appears with all documentation versions from Fastify version 4.6.x onwards