Jon Ursenbach

Results 76 comments of Jon Ursenbach

@bennycode Yeah I'm planning on digging into this starting Monday.

@kanadgupta I can't replicate this. 😞 ![Screen Shot 2022-07-30 at 4 34 40 PM](https://user-images.githubusercontent.com/33762/182003548-6442b310-3440-48f3-935f-407e85099253.png) Can you still get this error to pop up?

We currently don't have a way to set a timeout on requests, but we'll add one in our upcoming v5 release. Figure we can piggyback off our existing `sdk.config()` architecture...

Indeed this is an issue as we've experienced it a few times in the past as well. It lies somewhere in https://github.com/readmeio/swagger-inline but none of us have been able to...

I'm unable to replicate this with the latest version of the library (17.4.3): ``` $ cat index.js /* @oas [post] /pets/{category} * description: "List all pets in a category" *...

Since `oas` doesn't ship with a `--version` command I'm not sure of any way with `npx` to tell you what version's being loaded but this bug was resolved in the...

With the release of [v20](https://github.com/readmeio/oas/releases/tag/20.0.0) this library no longer has a CLI offering for creating OpenAPI definitions. If you'd like to still support the idea behind this ticket I recommend...

With the release of [v20](https://github.com/readmeio/oas/releases/tag/20.0.0) this library no longer has a CLI offering for creating OpenAPI definitions. If you'd like to still support the idea behind this ticket I recommend...

You have an example of the output that you received from an error state?

@miqui Awesome.