James Sumners
James Sumners
Either @mcollina or I will handle incrementing the version when we publish. What the original discussion called for, and what is missing here, is the deprecation of the current behavior...
1. https://github.com/pinojs/pino/issues/1991#issuecomment-2243151339 suggested that the original functionality be deprecated. That means the current behavior _does not change_, but will generate a warning when the functionality is used. 2. This PR...
Sorry for the delay. I have it on my priority list to address Pino issues first when I am in a position to work on OSS things.
> If we were to really go in on this approach, the .d.ts file would be the source of truth I am not in favor of this. The JavaScript is...
@fastify/typescript
Sounds like a self inflicted issue. I recommend using https://getpino.io/#/docs/api?id=logmethod to standardize your logger instance to the way you like it.
> in my opinion, the least pino should do is compare the number of printf args to the number of arguments passed and either log warnings or simply log the...
Fastify v5 is _not_ ESM only.
v5 of `fast-jwt` drops support for Node v18, but version 8.x of this module continues to support Node v18. I'd recommend providing a patch to `fast-jwt` that fixes their v4...
The current functionality matches the standard Alfred operations. Open Alfred and type `1+1`, press the return key. Notice that `2` is copied to the clipboard. Press cmd+enter and nothing happens...