hagz0r
hagz0r
Я хочу чтобы программы на языке С++ выполнялись быстрее, были безопасными и не допускали ошибок! Примеры мы можем увидеть в реализации таких языков как Rust, JavaScript. Код: ```rust fn main()...
Short Description: Add the ability to use the underscore character (_) (or similar) to indicate the return type in function signatures in Rust. This would allow the compiler to automatically...
OS: Ubuntu Problem: Traceback (most recent call last): File "/usr/src/app/./src/monitor.py", line 46, in with TelegramClient('db/user', os.getenv("TELEGRAM_API_ID"), os.getenv("TELEGRAM_API_HASH")) as client: File "/usr/local/lib/python3.9/site-packages/telethon/helpers.py", line 155, in _sync_enter return loop.run_until_complete(self.__aenter__()) File "/usr/local/lib/python3.9/asyncio/base_events.py", line...