Igor Savin
Igor Savin
Since this project doesn't seem to be very active anymore, maybe it makes sense to look for additional maintainers in the community?
## Current behavior Users have to promisify node-freshdesk-api ## Expected behavior Promise-based API is available out-of-the-box ## More details No additional libraries are needed for this, Node has native solution:...
fixes #67
ajv has this: https://ajv.js.org/coercion.html zod has this: https://github.com/colinhacks/zod#preprocess I wonder if it is possible to build similar auto-coercion system on top of preprocess within the fastify-type-provider-zod validator. I can try...
If handler is returning a primitive type as a response (e. g. a string), serializer is not used, and response validation does not happen We probably should create a custom...
Considering that some of the public methods (such as `client.get`) were removed, we need to update https://github.com/lbdremy/solr-node-client/blob/master/UPGRADING.md with instructions for migrating.
See https://github.com/knex/knex/issues/4961
It doesn't look like validating parameters that are passed like this is supported: ``` parameters: - in: query name: filter required: true schema: type: object properties: petid: type: integer example:...
### Bug description Our migrations have started to fail with OOM error even for smaller databases with a limited amount of migrations. This may be related to some specific functionality...