Tamtaradam
Tamtaradam
If i try to use this lib in my desktop env, it`s executing python code with the interpreter, that installed in system. But i want to use another way. I...
Found that to run durable rules using jsons i need to start http server that serves durable rules engine endpoints. But i don't have any idea how to get it...
Can you post some small examples, thats will show how to use your library?
It took me some time to understand it. Please consider using [LSP plugin](https://lsp.sublimetext.io/) instead. This project should be archived. It looks like the maintainers of the project aren't here anymore....
# Textual's event loop runs `create_task()` tasks immediately, breaking libraries that expect deferred execution ## The bug When using `asyncio.create_task()` inside a Textual app, the created task can start executing...
### Code that causes the issue ```python """ Minimal reproduction of race condition in MTProtoSender when used with Textual. """ import logging from telethon import TelegramClient from textual.app import App...