Jacob Ulrich
Jacob Ulrich
> AFAIK, from when I was going through the code to troubleshoot some issues, the schema is validated only for content-type: application/json. The other content-types are ignored (not validated). I...
Right now we are blocked from using RDS with IAM authentication due to this bug. expirationChecker is in the Knex documentation but currently does nothing at all, how can we...
> @julrich1 Best solution would be implementing support for custom validation function in https://github.com/vincit/tarn.js/ > Second best would be making knex.js implementation more flexible. > > PRs for either approach...
The proposed change makes use of the existing expirationChecker field from the Knex configuration object (which currently does nothing) and only uses it if it is set, unless users are...
I took a shot at implementing this here: https://github.com/anttiviljami/openapi-backend/pull/454 @anttiviljami would appreciate your thoughts on this approach. Basically an error can be thrown from a handler, the error will be...
These two issues are similar and possibly duplicates. https://github.com/aws/aws-sdk-js-v3/discussions/4261
Since this issue was closed, does that mean the types have been fixed?