Yuliya Bagriy

Results 7 issues of Yuliya Bagriy

**Is your feature request related to a problem? Please describe.** Per [validateRequests.coerceTypes](https://github.com/cdimascio/express-openapi-validator#%EF%B8%8F-validaterequests-optional) we automatically always coerce request query, path params, headers, and cookies. When we use multipart request body, properties...

**Describe the bug** Reproducable only on windows. In WSL and linux there is no warnings or errors. Requires schemas **in different directory** than the main description doc. **To Reproduce** Steps...

Type: Bug
p2
governance

**Is your feature request related to a problem? Please describe.** When you define a rule using nested visitor, for example, `Response: { Schema: ... }`, [per documentaion](https://redoc.ly/docs/cli/resources/custom-rules/#nested-visitors): > It will...

p3
Type: Enhancement

I've noticed that docs says > Preprocessors and decorators do not support nested visitors. https://github.com/Redocly/openapi-cli/blob/master/docs/custom-rules.md#L19 But in our preprocessing plugin we successfully use nested visitor `Parameter > Schema`. Similarly, in...

Hi, I'm using bravado for end-to-end checks. One use case is : 1. Use `default_apikey` for every request 2. Create `new_apikey` using API 3. Check that requests with `new_apikey` applied...

Currently it isn't possible to send requests in text/plain format, because they are converted to application/json compatible format. Temporary ugly monkeypatch snippet for those, who use bravado+pytest: ```python from bravado_core.param...

Hi. Currently, when running export to markdown-hugo, the end result for me looks like this: ``` ➜ tree . ├── scratchpad │   └── 5802d43f298e15b95cbc5caf2a9a2116c2660b59.png └── scratchpad.md ``` scratchpad.md content: ```...