Vladimír Gorej
Vladimír Gorej
> So you say it's build for long living options, but you also say you want to use it exclusively, so I assume that includes for short living options like...
This needs to be addressed in next major release when we can do breaking changes.
Hi @jorgemk85, Your definition contains cycles and even though https://editor-next.swagger.io/ (SwaggerEditor@5) is based on [ApiDOM](https://github.com/swagger-api/apidom) which can handle cycles easily, we still seeing that error. The issue is that for...
One test is not passing.
I can confirm. This is very reproducible.
Hi @pavelkornev, There are number of issues that SwaggerUI is having with https://api.sap.com/odata/1.0/catalog.svc/APIContent.APIs('SAP_ICSM_StudyService')/$value?type=json ### Size The original definition is almost 2MB in size. This alone makes it challenging for SwaggerUI...
I've did additional measurements about Immutable.js serialization speed and memory footprint on this definition. I've used Node.js a following APIs for the measurement: ```js node:perf_hooks performance.now() ``` ### Using pure...
> @char0n would you consider dropping Immutable.js if it causes such a big memory consumption? Yes it's a long term plan. But it basically means rewriting the entire SwaggerUI. SwaggerUI...
Addressed in https://github.com/swagger-api/swagger-ui/pull/9853
SwaggerUI@4 is no longer supported and only receives serious security related patches. Can you please try to reproduce on SwaggerUI@5? Thanks