Andrea Vanelli
Andrea Vanelli
> Add the `require('fastify-cli/helper')` utility to the TS template. Now it exports the old interface. > > The test was failing during the implementation: > > ``` > templates/app-ts/test/routes/example.test.ts 2>...
**It is possible to configure pino-pretty using `--logging-module`.** I couldn't find any example in the docs (maybe we can add this explanation somewhere). It took me some experiments to make...
> Now, I'm happy to get a PR to raise the shutdown timeout to 30s or any other sensible value and to make it configurable if it's not. @mcollina since...
I can add it to the docs. Is this the right place to add the note? https://ajv.js.org/json-type-definition.html#user-defined-keywords
Digging in a little bit, it is the parser https://github.com/acornjs/acorn that seems not to support `Logical nullish assignment (??=)` I'm going to investigate a little more and eventually open an...
It seems we need to wait for these 2 issues to resolve #https://github.com/browserify/detective/issues/88 #https://github.com/browserify/acorn-node/issues/17
??= assignment converted
@bcomnes @goto-bus-stop Can we merge this? Thanks
Hello, I would like to implement this. If you have any clues to get started, it would be welcome.
Thank you @icebob. I will start working on this.