Paul Williams
Paul Williams
I've opened a MR for this @bobjohnbob so hopefully it'll be merged in at some point. I patched my local copy a while ago and use it quite often -...
I also had this problem. I think the problem is that the example of [validateAllResponses](https://www.npmjs.com/package/express-openapi#express-middleware-to-validate-responses-on-all-routes) has a bug in it (at least for JSON responses). If you add a console.log()...
> I'm reluctant to call it guaranteed delivery, because once it sends it to ES it won't wait for an acknowledgement back. I think it would make sense for me...
@emansouri You have a couple of open tickets which aren't really issues, rather you seeking help. It would be good if you could close them. :)
Looks good to me @sturdynut but I'm just a dev that required the feature you were working on and noticed there wasn't a test for arrays of specific ENUM types....
This seems to be a rehash of #92 but missing changes to the `lighten` function from @ivansky's original submission. I'm only here because internally we use the ivansky/color fork which...
Nice work. I've thought about adding this myself and can see it might be useful (especially for uuid). Have you performance tested this though? Something in the back of my...
Thanks for checking. What are the with exception handling and without exception handling benchmark times? It's worth mentioning because people might validate large amounts of data (if triggers run on...
While the change set effectively removes `lodash.merge` as a dependency, the MR lacks accompanying documentation or a description to clarify the rationale behind this change. It would be beneficial to...