Vladimír Gorej

Results 588 comments of Vladimír Gorej

I've experimented with creating an adapter on top of this library and it works like this: ```js import {FormDataEncoder} from "form-data-encoder" const form = new FormData(); form.append('key', 'value'); const encoder...

Hi @RedNovaDragon, I can confirm. We're working on remediation.

I think there is additional `request.curlOptions` as well. But needs to be researched first.

Yes, good choice for the defaults. I would also go for a `nullable-function` (typecaster) for the `onComplete` for consistency. There is a check in code present to assert if it's...

Addressed in https://github.com/swagger-api/swagger-ui/pull/9949

Hi @hkosova, Nice to see you here again ;] We're looking into the issue. Thanks for the report.

@glowcloud can you constructor minimal reproducibe fixture with expected result and current result?

Associated upstream swagger-js issue has been created in https://github.com/swagger-api/swagger-js/issues/3520

We already have an upstream regression remediation in https://github.com/swagger-api/swagger-js/pull/3521 ETA in SwaggerUI during today.

Upstream fix released in [[email protected]](https://github.com/swagger-api/swagger-js/releases/tag/v3.28.1)