Igor Davydenko
Igor Davydenko
My project uses an original JSONPath JavaScript implementation from https://code.google.com/archive/p/jsonpath, but I tried to start using `jsonpath` and failed due to unexpected Lexical Error, while trying to read value from...
Hi, there! First of all, thanks for your work, Rainbowstream looks great and very mature! But I have one serious question, is there built-in ability to work with multiple twitter...
Previously `AiohttpApiSpec` instantiate `ApiSpec` only for `openapi_version == '2.0'`, this PR changes it by allowing pass `openapi_version` to `setup_aiohttp_apispec` function and then use given value, while instantiating `ApiSpec` instance. Fixes...
## Long story short At Gitlab CI, when `docker-dind` service used, `docker pull ...` command works, while `await docker.images.pull(...)` does not. * Expected behaviour: `await docker.images.pull("playpauseandstop/docker-python:3.2.0-py38")` works as well as...
Hi, I've run into the problem, when I'm not able to show which invalid parameter raised an `InvalidSchemaValue`. As `InvalidSchemaValue` contains a list of `schema_errors` (`List[JsonSchemaValidationError]`) I expect to have...
Related: https://github.com/aio-libs/aiohttp/issues/6600
As `jsonschema==~4.18` will result in, ``` File ".venv/lib/python3.11/site-packages/rororo/__init__.py", line 15, in from rororo.openapi import ( File ".venv/lib/python3.11/site-packages/rororo/openapi/__init__.py", line 11, in from rororo.openapi.contexts import openapi_context File ".venv/lib/python3.11/site-packages/rororo/openapi/contexts.py", line 6, in from...
First of all, this is awesome plugin! Thanks a lot for making it! I'm using it everyday and in total highly happy with it results. However recently I found out...
Port `nflgame` to work on Python 3.3+ as well as on Python 2.6 and 2.7. This fixes #78 To test changes I used simple _test-suite_ with examples from README, ```...
It's common practice, when Python projects splitted requirements to main and dev requirements files, so it would be very useful to applying plugin to those files automatically.