Manuel Spigolon

Results 381 comments of Manuel Spigolon

I'm not too much into it tbh - I think we can provide: 1. an option to let the user switch the json version 2. release a npm tagged version...

The ajv options are quite a lot: https://ajv.js.org/options.html We should keep track of all new addition if we write a schema of those settings

I did some analysis for this here: https://stackoverflow.com/a/62571109/3309466 It is doable using `const conn = mongoose.createConnection(` instead of connect here: https://github.com/alex-ppg/fastify-mongoose/blob/3ca860ae03eaf4191ab70c2b4763492c85cfbadc/index.js#L59 Using a connection singleton break the encapsulation of fastify...

> @fastify/rate-limit-core provides core fastify plugin implementation and an interface for the caching mechanism, along with its local in-memory implementation. And @fastify/rate-limit-ioredis provides ioredis implementation for the interface. I would...

Not sure if pino is sponsoring this approach as it is called "legacy" in its docs: https://github.com/pinojs/pino/blob/master/docs/transports.md#legacy-transports Opinions @climba03003 ? From my point of view, I like the pipe operator...

> I've been trying to implement this simple feature by myself, but I am not sure how to write test for this response time? Any recommendations maybe, so that I...

The standard response log has that info already

The simplest idea I have in mind is to provide a new server config: ``` const plugin1 = { type: 'override', // or swallow (?) buildServerConfig(inputServerConfig) { return outputServerConfig }...

Reopening as it seems a good use case

> Hi @Eomm, if you are still up to it, we can resurrect this PR and finish it I will try to recreate it by EOD 👍🏼