Viljami Kuosmanen
Viljami Kuosmanen
@rehanvdm tbh no clue when I'd get to this. PRs would be highly appreciated
Yeah definitely sounds like an oversight on my part. Any chance to provide a PR for a fix? Would gladly merge :) On Fri 4. Jun 2021 at 13.27, Miguel...
This sounds like a bug. Care to make a test case for this @crickford ?
Good proposals! I personally don't use (or really see any need for) runtime response validation in my projects. Happy to accept PRs to implement these checks though 🙏
Hi @snakuzzo! Sure it's possible. You just need a little bit of logic. Something like (this code is untested but hopefully gives you an idea ```javascript app.use('/', async (req, res)...
Hi there @alexlren! I had not heard about readOnly / writeOnly before but that seems very cool. I would of course absolutely love it if you had the chance to...
You mean like ```javascript try { return await api.handleRequest(req); } catch (err) { // global error handling here } ``` ?
@sa1dai @piczmar sure, seems reasonable enough if you prefer that to `try ... catch`. PRs accepted :)
Hi @cthiebault ! Thanks for this suggestion. It's a good idea, and I've wondered about this too before. However, I'm just not sure how to implement this. See the problem...
Hi @elby22. Am I getting this problem right? - Ajv can handle circular schemas as long as they're represented with JSON Schema `$ref`s - We are calling SwaggerParser.dereference before passing...