Sergey Rybakov
Sergey Rybakov
After updating to latest versions tried to run simple test on a simple application. ```python # tmp.py from sanic import Sanic from sanic.response import json app = Sanic('app') @app.get('/') async...
I would like to use the `aio-pika` pre-defined methods `await connection.close()` and `await channel.close()` on program finish. With `pika` I just put them into `__del__` method and everyone's happy. But...
Hi there! First of all many thanks for such awesome framework! Just installed python 3.10.1 and Sanic updated to 21.9.3 in my project. The very first run of pytest was...
Hi! Unfortunately your plugin is unsupported by IntelliJ for new version of PyCharm (PyCharm 2021.2 (Professional Edition) Build #PY-212.4746.96, built on July 27, 2021). Is there any hope for making...
I have a number of reusable GitHub CI wokflows. One of them creates python environments of different versions and runs checks and tests. The doc8 command is common for any...
Is it possible to build source distributions that depend on at least one package, which is not in public PyPI? For example, I have a requirements.txt ``` numpy requests --extra-index-url...
Hello! Is there an option to test routes which stream content to or from server, e.g. streaming files or bytes? Now I do ```lua # load.lua wrk.headers["Accept-Encoding"] = "application/octet-stream" request...
Hi! Though I use ssort in pre-commit and CI I think it will be nice to have a possibility to set up ssort configuration in default pyproject.toml / setup.py files....
**Describe the bug** Missed the possibility to point out allowed values of path or query string parameters in sanic-ext openapi decorator. I remember it was possible when openapi docs were...
Привет! Муза немножко снизошла. ) Чтобы было проще, предлагаю стащить эту ветку на локальную машину, открыть её в любимой IDE и попробовать в чистом файле импортнуть любой токен from cantok...