Nikolay Nechaev
Nikolay Nechaev
Hello. I'd love this feature too
Hello! @Raymo111, not sure if GitHub notifies the maintainer when a draft is converted to a PR, so just wanted to let you know that this is ready for review.
Can reproduce this issue too. Telethon 1.14.0, SQLAlchemy 1.3.11, telethon-session-sqlalchemy 0.2.15 Can be solved by manually creating tables and passing `manage_tables=False` to `AlchemySessionContainer`.
@orestisfl, WDYT?
The current behavior is the case since #5213. It was trying to solve #5184 but I'd argue the solution is wrong. In my opinion, the behavior when no container is...
I can reproduce the issue. As far as I can tell, `i3bar` gets stuck in the Zombie state until any of i3's children terminates (I reckon this triggers that libev...
Okay, after writing it all out, I now come to a conclusion that, perhaps, the second option makes more sense than the other two. The following patch fixes it for...