Nicholas Lim
Nicholas Lim
Just wanted to add a bit more of an explanation of what's happening here When you run `optic diff --web`, we open the URL `app.useoptic.com/cli/diff#your-data` - we encoded all the...
closing for now, we have a different approach we want to take to support oas2
I have a PR up to fix the duplicate enum items being generated by optic capture https://github.com/opticdev/optic/pull/2659 (releasing a pre-release 0.53.22-0). I'm still trying to recreate the errors your getting...
Ok this looks like an issue with how we patch `oneOf`. I tested out a minimal example (`{items: [{id: '123', result: 'allow'}, {id: '234', result: 'conditional'...}]`) if the interaction matches...
Additionally, we should detect things like: ```yml schema: type: object oneOf / allOf / anyOf:... ``` This will cause similar issues
Hi, I just released `0.50.13` which includes this change
Hey, sorry we had to revert these changes - the newer packages are ESM only, which we need to spend some time to figure out on how to support
Could you set the `env` variable `LOG_LEVEL` to `debug` and rerun the command? It should provide some extra debug information Also, if you can provide the openapi file as well...
@brianjenkins94 that looks like a separate issue - could you open up a different issue with the full debug output and your openapi spec (trimmed down to the endpoint that...
Hi - this is a duplicate of this issue https://github.com/opticdev/optic/issues/2414. Summary is we're having issues on upgrading these packages because these are ESM only supported packages it would require some...