Josh Ponelat
Josh Ponelat
### Q&A (please complete the following information) - OS: Linux (NixOS) - Browser: Chrome - Version: ? - Method of installation: Online version, editor.swagger.io - Swagger-Editor version: ```js { swaggerEditor:...
We need to establish a cacheing policy that is safe and explicit ( and tested ) - Don't cache any try-it-out or arbitrary requests - Cache http requests within a...
Now that we have lazy resolving, we'd now have pending HTTP requests for $ref on attempting a lazy-resolved. To aid in that, I suggest we pre-download the external $refs and...
**Why**? Because there are advanced features of YAML that the OpenAPI specification doesn't support, and these are still acted upon within the current YAML parser. A simple example is using...
This is an attempt at a `bypass` method which follows on https://github.com/algolia/faux-jax/issues/12 It adds it to node and xhr ( i couldn't manually test IE, so I left XDomainRequest). Working...
--- title: ✏️ Update docs: Channel Object / $ref note. --- This is to prevent confusion around whether folks can/should make use of `$refs` under `#/channels`. Hopefully it is 1....
The plugin system exposes a way to get components via `system.getComponent()`. Up till now its been case sensitive. Unfortunately we never put in a style-guide on what case to use....
| Q | A | ------------------------------- | ------- | Bug or feature request? | Bug | Which Swagger/OpenAPI version? | 2.0/3.0.0 ( both ) | Which Swagger-UI version? |g23fd8a4d (aka...
### Is your feature request related to a problem? Using custom YAML tags is unsupported by OpenAPI specifications, and the Editor does not warn authors about this. ### Describe the...