Carmine DiMascio

Results 126 comments of Carmine DiMascio

Thanks for the help @Confidenceiskey

Have a look at the android usage section here https://github.com/cdimascio/dotenv-kotlin?tab=readme-ov-file#android-usage Note the use of env not .env

thanks all. i've started a new branch [express-5-support](https://github.com/cdimascio/express-openapi-validator/tree/express-5-support) to tackle support for express 5. Without any changes `63 of 414` unit tests fail. with @jacobshirley workaround in place, there are...

hi @patricktyndall, here is a thought to eagerly invoke the middleware on startup using the eov as-is. The idea is to initialize the middleware as normal. however, proactively trigger it...

#921 is now merged. please resolve conflicts and will get this in as well

Glad you sorted it. Sounds like this can be closed?

@gnichola the ajv instances are not created per request. createAjv is called a handful of times when the server initializes. For instance it initializes ajv, creating an instance for the...

PR https://github.com/cdimascio/express-openapi-validator/pull/1062 provides improved caching