Vladimír Gorej

Results 588 comments of Vladimír Gorej

> not sure if this was fixed somehow as I am not able to reproduce, I am however able to reproduce a similar behaviour by: > ctrl+click on $ref: #/com...

> I understand your point, still (for future reference in case) it might be a better experience for the user to have completion triggered also in case: > $ref: #...

> Last point not fully related to bug reported in this ticket, it might be good to tweak editor properties as below. Specifically quickSuggestions: { other: true, strings: true },...

@murisfurder I've just tried https://opendev.org/airship/go-redfish/raw/branch/master/spec/openapi.yaml on https://editor.swagger.io/ and https://editor-next.swagger.io/ and was unable to reproduce. Can you please specify more details? Thanks

The same bug will be part of normalization that will be introduced for OpenAPI 3.1 in https://github.com/swagger-api/swagger-js/pull/2738. This issue needs to be processed after introducting OpenAPI 3.1.0 support in swagger-client...

Hi @ibrahim-ajarmeh, @plefebvre91 Did you manage to look at https://github.com/swagger-api/swagger-js/issues/1163#issuecomment-1305901395?

> Why cant document.cookie be used by swagger? @dreamfalcon can you elaborate in detail how that would work? I've already described how to use `document.cookie` and custom `Cookie` header for...

> If I manually set document.cookie it works. > But why dosent swagger does this when clicking on the Authorize button? @dreamfalcon all right, so we're talking about SwaggerUI specifically...

Hi @plamen-dzhorev, Could you please show the code you used to issue a `multipart/mixed` request? According to my research it never worker with proper syntax nor semantics. This is test...

Addressed in https://github.com/swagger-api/swagger-js/pull/3137/commits/f9207bd1d2663e87d10cdab7ff5b9aefe026c8fa, which is part of https://github.com/swagger-api/swagger-js/pull/3137. Thank you for patience.