Ondřej Navrátil

Results 4 issues of Ondřej Navrátil

It would be great to be able to identify individual Pistache threads for the sake of debugging and logging. I am implementing a multithreaded application that, among others, uses Pistache....

In `base64.lua` in `function base64.decode` * pattern = ('[^%%w%%%s%%%s%%=]'):format( char(s62), char(s63) ) * local padding = b64:sub(-2) == '==' and 2 or b64:sub(-1) == '=' and 1 or 0 These...

### Q&A (please complete the following information) - OS: Windows 10 Pro - Browser: Chrome - Version: 120.0.6099.217 - Method of installation: unpkg - Swagger-UI version: 5.11.0 - Swagger/OpenAPI version:...

Any scheme used via ``` type: array items: $ref: some-reference ``` will be removed if `--remove-unused-components` flag is used in the `redocly bundle` command. Same spec with workaround ``` type:...

Type: Bug
p2