commonism
commonism
> Hmm, there's a TimeoutError in 3.12 though... Not sure what's happening there. It also passes on pypy. Actually the timer got canceld? ``` self = exc_type = exc_val =...
Regression from 1.8.2 ``` >>> yarl.__version__ '1.8.2' >>> URL("https://example.inv/Foo/Bar/") / "test/" URL('https://example.inv/Foo/Bar/test/') ``` "bi-sected" this to https://github.com/aio-libs/yarl/pull/704 @mjpieters want to assist?
Had a look, I'd consider 2 scenarios. Dropping the port in `__eq__` allows keeping the url "as is" but does not really play nice with `__lt__/__gt__`. Having `normalize_default_port=False` as additional...
try: ```bash python3 -m venv /tmp/trace /tmp/trace/bin/pip install git+https://github.com/commonism/python-libnetfilter#libnetfilter ```
You can run this without venv as well. ``` pip install git+https://github.com/commonism/python-libnetfilter#libnetfilter ```
Yes. Multi file description documents are challenging. 3915 operations and 3826 Schemas in 462 files. The plugin (-P) loaded basically corrects a problem in aiopenapi3, where all referenced documents are...
I tried to show this is a valid description document, referencing ~462 other files, defining 3826 schemas … for openapi-generator-cli - better ask over there. for swagger-codegen-cli - looks like...
Additionally you can have a requirement for multiple authentication providers - like username & password. https://aiopenapi3.readthedocs.io/en/latest/advanced.html#authentication
Hi, can you provide an example description document and input data which could be used to create a unit test?
Use https://github.com/sonallux/spotify-web-api/blob/main/fixed-spotify-open-api.yml ```diff /playlists/{playlist_id}/images: get: description: 'Get the current image associated with a specific playlist. ' operationId: get-playlist-cover parameters: … requestBody: content: image/jpeg: schema: description: Base64 encoded JPEG image data,...