Akarsh

Results 7 issues of Akarsh

``` Traceback (most recent call last): File "/opt/python3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/python3.9/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/workspace/frontend/__main__.py", line 20, in start_webhook(...

bug
needs triage

```TimeoutWarning: Detected slow response into webhook. (Greater than 55 seconds)``` ```Recommended to use 'async_task' decorator from Dispatcher for handler with long timeouts.``` I think above recommendation does not apply because...

It helps to reduce the api calls hence less overhead. Check code for reference in aiogram webhook example: https://github.com/aiogram/aiogram/blob/dea94d2574893f4d0e7df358852a543ef9214217/examples/webhook_example.py#L34 More description can be found here: https://github.com/telegram-bot-rb/telegram-bot/issues/59#issue-286285905

core

Steps to reproduce: ```python from torch.optim.adam import Adam Adam() # when lsp tries to give arguments hint in the mini buffer. The following error is invoked. ``` ```Error processing message...

The code repeated a lot in itself. Made some changes. Hope you'd like it.