Vladimír Gorej
Vladimír Gorej
Hi @ikatyang, Just pinging if there is any plan for this issue in some foreseeable feature
It's also worth considering if `encodeURIComponent` and `decodeURIComponent` should be used at all as the specification says the following: > Evaluation of each reference token begins by decoding any escaped...
Thanks a lot!
@derberg I'd like to move this forward a bit. Any preference on one of the following sentences? It's basically your suggestion run via [grammarly.com](https://grammarly.com/). > Using the $ref property along...
@derberg I'm fine with either of your sentences. @ponelat what do you think? > They read raw spec on master As I do ;] > It is also common in...
/ready-to-merge
Social media examples https://github.com/asyncapi/spec/pull/876/files
This has been solved in other PRs. Currently we have following package.json mapping: ```json "main": "./dist/swagger-ui.js", "module": "./dist/swagger-ui-es-bundle-core.js", "exports": { "./dist/swagger-ui.css": "./dist/swagger-ui.css", "./dist/oauth2-redirect.html": "./dist/oauth2-redirect.html", "./dist/swagger-ui-standalone-preset": "./dist/swagger-ui-standalone-preset.js", ".": { "import": "./dist/swagger-ui-es-bundle-core.js",...
Hi everybody, > The [docker-build-push.yml](https://github.com/swagger-api/swagger-ui/blob/master/.github/workflows/docker-build-push.yml) workflow builds and pushes the image for arm64 already, and from [v5 and up](https://hub.docker.com/r/swaggerapi/swagger-ui/tags?page=1&name=v5) arm64 is supported for most versions. This is right. As of...
Resolved by community PR: https://github.com/swagger-api/swagger-ui/pull/8906