Vladimír Gorej
Vladimír Gorej
Try inspecting the package-lock.json and see if there are multiple installations of `ramda`. It seems that your dep tree might contain more versions of ramda. Given that ramda still uses...
Try to put this into your package.json file: ```json { ... "overrides": { "swagger-client": { "ramda": "=0.30.1", "ramda-adjunct": "=5.1.0" } } ... } ``` We're pinning versions to make sure...
I'm glad it work out for you eventually. Please reopen if you still seeing this issue.
Hi @jeremyfiel. There is now https://github.com/swaggerexpert/arazzo-runtime-expression, Arazzo Runtime Expressions parser, validator and extractor. Hope you and others find it useful.
Ok sounds interesting. I could implement another class facilitating this. Thank you! Feel free to issue a PR if you wish
Hi all, Latest versions of OpenAPI (3.0.4/3.1.1) don't support `SEARCH` HTTP verb. `Path Item Object` has fixed fields and `SEARCH` is not one of them. Specification extension would need to...
@devsheva can you provide any resources about denoland and what needs to be done so that this library comply with deno land? Ref https://github.com/ramda/ramda/issues/3457
Hi everybody, One thing I've noticed are fixture files containing empty spaces. Example: `./without required properties.json` Wouldn't kebab-case or snake-case be more appropriate here? I would also probably inquire why...
Hi @mclei-asw, I need to reproduce for myself, but yes, from what you're describing and looking at your API Description, the error shouldn't be triggered.
Hi @mathis-m, > @char0n should I start working on this again? Would it be possible to release it with the 4.x as default? This is quite a big change and...