Berislav Lopac
Berislav Lopac
The main question here is how it fits into `pip`, which supports basic HTTP authentication out of the box, even asking for credentials when they are not included in the...
The problem with passing the detailed information in the response is that it can inadvertently reveal too much information, especially in the case of `InvalidSecurity` and similar issues. A quick...
I'm definitely open to improvements in this area, but I am not aware of a better alternative to `openapi-core`. Suggestions welcome!
The issue described under "Additional context" actually only needs the activation of the `doseq` argument on `urlencode` in [`ClientOpenAPIRequest.url`](https://github.com/berislavlopac/pyotr/blob/b2e0f9399ce3787e3b84057027bf76aa8ea1982f/src/pyotr/validation/requests/client.py#L40). A few tests would certainly be helpful.
One use case I would like in attrs (although that might make more sense as a plugin than as part of the core) is to have an independent JSON Schema...
I didn't mean it's a better choice -- it's simply a standard that would simplify combining different solutions together.
Sentry supports Tornado using the `raven.contrib.tornado.AsyncSentryClient` -- I'm sure something like that could be written for ASGI support?
I have ran into another related problem: if a remote has internal references, the validator tries to locate it on the main document. For example, with the main spec: ```yaml...
I'm having the same problem on readthedocs.org - does anyone have an idea how to resolve this? I'm assuming it's something with having correct paths set, but after trying all...
Any updates on this PR?