Vladimír Gorej
Vladimír Gorej
Hi @HamzaYslmn, We don't really know what API Description pydantic + fastapi code generates. If you could provide an actual generated API Description in JSON or YAML format, we would...
Hi @whoareyoukid, Just to confirm, you're rendering to SwaggerUI on the same HTML Page? I assume yes, by your note here: > There are 2 specifications displayed one below the...
> The current text does not allow directly targeting a primitive value Yes, IMHO this is the most problematic part of the spec, which prevents to use it seriously. Totally...
This is caused by upstream [swagger-client](https://www.npmjs.com/package/swagger-client) library
After thorough investigation we've determined that status quo is correct. We've created a [PR](https://github.com/swagger-api/swagger-js/pull/3702) that solves the potential issue described in this GitHub issue, but during the code review we've...
Hi @Shamus03, SwaggerUI request/response issuing is facilitated by swagger-client. In order to support your request, we'd have to provide AbortSignal instance while making a request in [here](https://github.com/swagger-api/swagger-ui/blob/80d56c9518af7ad523f7171815c9da836551e259/src/core/plugins/spec/actions.js#L471). swagger-client supports it,...
@dependabot rebase
Hi @StefanBauerTT, This has been addressed upstream in https://github.com/swagger-api/swagger-js/releases/tag/v3.29.3. We would need to re-release the SwaggerEditor@4 to fix this issue in https://editor.swagger.io/.
Hi @thomas-watchenterprise, Thanks for the report. It looks like this issue is related to https://github.com/swagger-api/swagger-codegen which SwaggerEditor just uses under the hood. I'm transferring the issue under the codegen.
@dependabot rebase