Roman Kulinsky
Roman Kulinsky
As a quick fix for telethon v.1.24 I used this code in file site-packages/telethon/client/chats.py starting on line 223: ``` results = await self.client(self.requests) try: len(results) except: results = await self.client(self.requests)...
> but it still can't get all members in a large group, it just make the code free from error It tries one more time to get members in except...
1. Ok, no problem 2. When I'm in "schema" panel I would like to go to "query" panel by pressing Ctrl+"l". And then from "query" panel: * by pressing Ctrl+"l"...
> what do you think makes sense in terms of ctrl+h while the focus is on history or favorites, should it go to the previous tab (i.e. history -> editor,...
I've just realized that it would be convinient to use `Shift+..` (without Ctrl) combination to switch editor tabs. Here is what I use in vscode: ```json { "key": "shift+h", "command":...
As a workaround downgrade to version 3.6.0. Only 3.6.1 has this issue.
This bug still persists. Any updates ?