kyle shockey
kyle shockey
Thanks!
This saved me time and effort. Thanks for sharing it!
| Q | A | ------------------------------- | ------- | Bug or feature request? | Bug | Which Swagger/OpenAPI version? | 2.0 | Which Swagger-UI version? | 3.4.0 | How did...
### Example Swagger/OpenAPI definition ```yaml openapi: 3.0.0 paths: /: post: requestBody: content: image/png: schema: type: string format: binary examples: KittenImage: externalValue: "https://placekitten.com/200/300" responses: "200": description: OK! ``` ### Current behavior...
Currently, cookie parameters and authorizations fail to be applied in the browser, though it succeeds in Node. This is due to the fact that browsers bar applications from setting or...
_From @aleskovets on September 30, 2018 19:47_ ### Q&A - OS: macOS - Browser: chrome - Version: 69 - Method of installation: docker - Swagger-Editor version: 3.6.11 (docker latest) -...
_From @hugobarona on September 26, 2018 13:28_ Hi there, this is still an issue for me, using this spec: [https://github.com/hugobarona/OpenApiSpecification/blob/master/circular_reference_swagger2_spec.yaml](https://github.com/hugobarona/OpenApiSpecification/blob/master/circular_reference_swagger2_spec.yaml). Could you please have a look? I am trying to...
_From @rwrife on September 14, 2018 18:2_ I've noticed that the Swagger UI is trying to resolve $refs on extensions, and in my case failing, even though it can't use...
_From @Gingol on June 13, 2018 8:58_ Hi all, I'm not sure if it is the right place where report this kind of problem, so please, redirect me to the...
[email protected] on node 4.2.1. ``` → trymodule lodash=_ Gonna start a REPL with packages installed and loaded for you 'lodash' was already installed since before! Package 'lodash' was loaded and...