Matteo Collina
Matteo Collina
What examples? Are those on our website? You really _should not_ use `async` here, nor in most other middleware, because there is no real error handling for rejecting promises. Nor...
@jsumners +1. That's pretty much the sum of the discussion. This is mostly a utility module so that all the metadata needed by Fastify can be set in a convenient...
`@fastify/annotate`?
Plugins!
How about `@fastify/add-metadata`?
I think `@fastify/export` is nice and short. Wdyt folks?
What should I use to create a poll? Happy to promote it on my social media.
Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...
the tests are failing
I propose: 1. mark async_hooks stable. 2. keep dispose experimental until it's settled in the spec (this is true for all other spec'd things, I think we can make it...