Ms. Boba

Results 23 comments of Ms. Boba

Is there an update on this? What would it take to get it to work?

I tried my hand at this and failed. See: https://github.com/cdimascio/express-openapi-validator/pull/653 I don't think this is possible right now, but I'm waiting for help from the AJV folks to see if...

I'd be very happy to have my PR picked up/used as inspiration! But it seems the issues I opened in the AJV repo haven't been closed yet, so I'm unsure...

Thank you _so_ much for your hard work! Looking forward to 3.1 support in the future!

This would be incredibly helpful. Typescript is great to onboard newcomers to projects, but complex type expansions unfortunately end up scaring many junior programmers, even when the types themselves would...

Would it be possible to develop this as an extension to Intellisense(?) or at least VSCode so that it's possible to toggle between the two views? I don't know whether...

OpenAPI 3.1 support is blocked on AJV implementing it, even if this library updates: https://github.com/OAI/OpenAPI-Specification/issues/2689

Ah, man, I wish. There may be some movement on the AJV issue since yesterday, and if I understand correctly they offered a bounty. As far as my exploration went,...

From there: >  3.1, by converting $dynamicRef and $dynamicAnchor into $ref and $anchor for now. This might cause some limitations for now but I think thats worth it. I have...

Would it be possible to have some sort of "goto step #X if condition is true" block? I don't know how complex that would be to implement, but it seems...