commonism
commonism
I'd start off with nonecorn instead - it does asgi tls ext already. https://github.com/nonebot/nonecorn/commit/836f3ce9a2fe01a0439b896bdfe67de303c03727
Would be great if you could get tlsext into hypercorn. _Inspiration_ for unit tests using pytest_asyncio/trustme - https://github.com/commonism/aiopenapi3/blob/e9294f24ad5d7fa219625d401cbd0ad323893f45/tests/tls_test.py
yes - https://github.com/encode/uvicorn/pull/1119
possible via backrefs e.g. \1 ```patch diff --git a/routes/route.py b/routes/route.py index 719636a..3a29077 100644 --- a/routes/route.py +++ b/routes/route.py @@ -318,6 +318,7 @@ class Route(object): """Build the regexp by iterating through the...
This is not done yet, but I expect the DMTF to include the changes in the next revision of redfish schemas. The changes will require a rebuild of generated code.
I'm not aware of a OpenAPI client library using [reflect](https://github.com/xdevs23/dynamic-struct) to create the Schemas from the description document dynamically at runtime, but I'm not close with the go OpenAPI ecosystem.
> @commonism we also need the CI to actually execute this test. Red linting job prevents that from happening. The Red Linter is gone, now the tests fail after 2...
Rebased, addressed the authorship issues to have CLAassistant compliance, force pushed. "Timeline protection" is missing, following the Details, the link https://camo.githubusercontent.com/81006649ffdf2304b123fbe39fca080c91f9aef3e8e4d33a0958e88c04d41a16/68747470733a2f2f7468656576656e746368726f6e69636c652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031342f31302f7661746c6962372e6a7067 is "Non-Image content-type returned" Any advice?
This is still an issue. How to proceed to get this test merged. Maybe as pytest.mark.fail?