Suren Khorenyan

Results 16 issues of Suren Khorenyan

Intents, saved sessions and more https://yandex.ru/blog/dialogs/vesennee-obnovlenie-platformy-dialogov

enhancement
good first issue

The project needs `pyproject.toml` file for easier development and deployment

enhancement
good first issue

**Describe the bug** If using `select_related`, it raises `AttributeError` Seems like the error is related to one-to-many relation **To Reproduce** short: ```python # query: t: Tournament = await Tournament.filter(name=tournament_name).select_related("events").first() #...

Closes #123 If you need to use `-c` argument for your app, but keep `aerich.ini` as aerich config

If models are distributed, for example this way: ``` ├── models │   ├── __init__.py │   ├── user.py │   ├── order.py ``` then you have to specify each file with model...

**Describe the bug** Fatal Error appeared while editing code (not envolving pydantic models, but they're present in some imported modules) **To Reproduce** I did nothing related to Pydantic **Expected behavior**...

**Describe the bug** Chats are not closed when ESC is pressed. But the URL path gets updated, chat ID is removed from the address bar **To Reproduce** Steps to reproduce...

bug

Example ```python from aiohttp import web from aioalice import Dispatcher, get_new_configured_app WEBHOOK_URL_PATH = '/my-alice-webhook/' # webhook endpoint WEBAPP_HOST = 'localhost' WEBAPP_PORT = 3001 dp = Dispatcher() @dp.request_handler() async def handle_all_requests(alice_request):...

**TLDR**: to keep the repo [updated at PyPI](https://pypi.org/project/Bcrypt-Flask/). Original source was not updated on [PyPI](https://pypi.org/project/Flask-Bcrypt/) since **Oct 6, 2015**. But the [source](https://github.com/maxcountryman/flask-bcrypt) gets some updates from time to time. I...