Lonami

Results 705 comments of Lonami

The second commit linked should fix the issue.

> ``` > ValueError: Could not find the input entity for PeerUser(user_id=1005640892) (PeerUser). Please read https://docs.telethon.dev/en/stable/concepts/entities.html to find out more details. > ``` is a different error from > ```...

Yeah I don't understand how line 334 can fail if the dictionary is built with `add_mark=False` and accessed in the same manner. Maybe I'll revisit this at some point.

Please use the issue template, it exists for a reason. As can probably guess by the name, albums are a hack. Official clients probably don't need such a thing, because...

Could you post the code causing this issue?

Could you better describe what the error is and what the expected behavior is? I am having a hard time understanding what should be happening instead.

Changing from an empty tab to a tab with 65 apps, loading icons: > 08-08 16:54:23.484 ­— Adding... > 08-08 16:54:23.712 — Done (228ms) Changing from an empty tab to...

Perhaps the icons should be loaded async? Or maybe we should cache all the app details (including icons) for all of the launcher lifetime? A scaled app icon can't really...

I think it would work better as a setting. I mean, some people with low specs devices may prefer waiting a little longer rather than keeping the icons in memory....

I think loading them async for the first time is a good idea, so it doesn't slow down the entire process. Then it would be matter of trying to load...