Max Smirnov
Max Smirnov
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I see another async ORM without CTE. TortoiseORM, orm (from encode), and now ormar. **Describe the...
**Is your feature request related to a problem? Please describe.** there is no example with webhook for 3.x version of aiogram. **Describe the solution you'd like** Webhook example same as...
### 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...
I have check the last commit from @ad-si where he added `showEntity` function. I *saw a pattern*, and started to rewrite it to more maintainable form. Goals: - [x] Remove...
I am trying to rewrite this test case using [`cactoos.TempFile`](https://github.com/yegor256/cactoos/blob/master/src/main/java/org/cactoos/io/TempFile.java): https://github.com/yegor256/takes/blob/257bab13e28d7f2f9cb940b8d31ef91095ce4bd2/src/test/java/org/takes/tk/TkFilesTest.java#L52-L71 but can't satisfy type system. It is possible to implement?
Proposed tag: question. I want to make all `class {Name}Test` to be `internal class {Name}Test`, so I try to run: ~~~shell ruplacer 'class (\w+)Test' 'internal class $1Test' ~~~ But it...
## Problem I want to patch code of ignored files (dependencies of my python project). But there is no difference with or without `--ignored` - `Error: nothing found to replace`....
From the README: > Scenarios are executed concurrently in a non-blocking fashion, allowing to handle multiple users at the same time. In fact, even the same scenario can be triggered...
**Screenshots** **To Reproduce** Steps to reproduce the behavior: 1. Go to Daily section. 2. Type any word. 3. See error. **Expected behavior** Good looking grid. **Desktop (please complete the following...
Обычно в таких библиотеках присутствует папка examples с примерами ботов. Пробежавшись по файлам и документации, я не нашёл единого места с примерами. Прошу их добавить