Steven Serrata

Results 215 comments of Steven Serrata

Hi @pyxgun, thanks for reporting the issues: > The request method is listed a POST, but the Python sample script shows GET. Will investigate this further as it could be...

> The request method is listed a POST, but the Python sample script shows GET. After some investigation, this issue appears to stem from how the endpoint path is currently...

Hi @Devon-White, thanks for reporting the issue. I think it stems from how we handle `allOf` - we are currently resolving/merging the `allOf` before passing the result on to `SchemaItem`...

That said, I think we should probably look to merge the result of `allOf` with the original schema so that we aren't missing anything.

Hi @omonk, thanks for reporting this issue. Definitely seems like some cleanup is in order here, at least the component names are not intuitive. If I'm understanding correctly, you want...

Hi @omonk, this may be something we can address by installing the missing types and/or removing the declaration.

Hi @tjperry07, can you provide a copy or example snippet that can be used to reproduce the error? Thanks!

Hi @tjperry07, I wasn't able to reproduce. Added vendor extension to `addPet` operation ``` post: tags: - pet summary: Add a new pet to the store "x-coa-command-group": "environments" description: Add...

Hi @tjperry07, they are in fact hidden by default - I was mainly illustrating that I was unable to reproduce the error you're seeing.

Hi @smeng9, I don't use pnp so not too familiar with the issue you're encountering. That said, I removed the `yarn.lock` file from the template just in case it was...