Igor Savin
Igor Savin
All good, just checking :D
Actually, it is already supported by using JSON schema property "additionalProperties": false Not sure if it would be worth to mention that fact in swagger-route documentation, given that it is...
@domchristie If offer still stands, I'm available
@climba03003 Do you mean that existing Draft 7 schemas will stop working under Draft 2020?
@manast ~This is due to the fact that Bullmq closes the Redis connection when closing the worker, which seems like a rather questionable decision - more often than not Redis...
@manast Vitest is also Jest- and Bun-test compatible, and is (arguably) a better and more modern test framework; perhaps it could be considered as well?
Also it would be interesting to see a modern benchmark comparing recent versions of node-redis and ioredis. ioredis rather stagnated lately, while node-redis is still going strong, and was even...
let me review, but I'm not sure it needs to be added by default, as it can be easily added by those who need it as a custom metadata
``` fastify.register(customHealthCheck, { path: '/health/check', // default health info: {}, // custom information object }); ``` You can pass it inside `info` object in your application. Adding this as a...
@go4cas isn't it already possible?