Frazer Smith
Frazer Smith
I'm tentative on this. Basic functionality and setup? Sure, as long as examples can be toggled between both CJS and ESM like fastify.dev supports. Advanced architectural patterns? It could get...
Hi @aniyazngn, is this still an issue? This is a dated issue, and Fastify v5 has released since this was first created.
@fastify/benchmarks This is failing because `koa-isomorphic-router` depends on koa v2. Should we drop `koa-isomorphic-router` from benchmarks? Its weekly download rates have dropped well below [our requirements](https://github.com/fastify/benchmarks?tab=readme-ov-file#requirements) (currently at 22 downloads...
@dependabot rebase
> I think `path` in the doc refers to the parameter to set the **pathname**: Definitely just an alias: https://github.com/fastify/fastify/blob/85d5689e884d1f700a02d6cb6cb57244edb0348b/lib/route.js#L189 https://github.com/fastify/fastify/blob/85d5689e884d1f700a02d6cb6cb57244edb0348b/lib/route.js#L140-L145
> What we can do is to allow url and path to be optional by setting `/` as a fallback instead of empty string: > ``` > const path =...
Completely your call @EvanHahn, I think that comment is to deter non-official projects from using it whilst it's still in preview. Near all of the `codeql/`, `octokit/`, and `actions/` actions...
I'm happy to pick this up. My idea for this would be to have a shared workflow over in [fastify/workflows](https://github.com/fastify/workflows ) and would be similar to [fastify/workflows/blob/main/.github/workflows/release.yml ](https://github.com/fastify/workflows/blob/main/.github/workflows/release.yml) but obviously...
> > My idea for this would be to have a shared workflow over in [fastify/workflows](https://github.com/fastify/workflows) and would be similar to fastify/workflows/blob/main/.github/workflows/release.yml > > The main difference is that we...
> @Fdawgs I lost the link that showed the best practices for writing docs, do you happen to remember where they were, so I can link it? https://fastify.dev/docs/latest/Guides/Style-Guide/ "You" is...