Masson
Masson
### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones...
**Is your feature request related to a problem? Please describe.** It is commonly known that Telegram Bot API has some strange using of functions, e.g. DeleteWebhook with a parameter drop_pending_updates...
The function must find the correct z coordinate. However, if the function cannot do this, the player will be teleported to 0,0,0. It is easy to find this bug if...
I have configured my project following the setup instruction. In my project I use asyncpg, sqlalchemy and alembic. Running command `pytest --test-alembic` produces this output: ``` FAILED tests::pytest_alembic::test_model_definitions_match_ddl - AttributeError:...
### Check for existing issues - [X] Completed ### Is your feature request related to a problem? Many of directories like .git or .github distract you when you navigates your...
### Rationale We don't really need to get all rows from database if we want to get exactly one row with sqlalchemy methods. This has bad effect for database performance...
### Github Actions CI/CD - [ ] Make linting with pyflake (flake8) OR black - [ ] Testing with pytest (+ tests) - [ ] Update version
# Description As you know, aiogram integration, like any other, has a special function for preparing the main router to propagate the container into the handlers, middlewares, and etc. -...
**Describe the bug** There are definetely a data leak after multiple /ct reload command using. First of usage completes without troubles, but starting with third-fourth restarting it drops fps to...