Lonami
Lonami
I've also gotten rid of some unnecessarily nested retry logic (a95a4e73b07a82bb457728e4775707974d2a74f5, which wasn't doing anything), the fact it would always retry at least once even if you didn't want it...
> Question: is `grammers` well suited for long lived processes Well, currently it isn't, as you can see. But, I would like for it to be, yes. The library should...
Dropping the client should be enough for a graceful disconnection. There's an internal `Arc`, so all clones must be dropped.
Reusing the unstable_raw feature to expose raw types is the way to go. Yes please, send a PR. Add what you need under the feature. Although we should probably return...
Need to get the latest `api.tl` from tdesktop and copy it over. Won't be able to do it this week, but feel free to send a PR.
You can try using [GetHistoryRequest](https://tl.telethon.dev/methods/messages/get_history.html) directly. If that also fails, the results you would get come directly from Telegram, and Telethon is not changing those in any way (other than...
Personally not interested, so I doubt I'll do this any time soon. I'd also prefer v1 to be feature frozen.
Please stop bumping the thread. React with a thumbs up to the original comment instead. As I mentioned, I have neither the time, nor the interest, to implement this. However,...
> should we keep the ability to add kwargs to the compiler? I'm not sure. I tend to prefer not having features we're not using. If you have any use...
> specifying functions to run at the end This is an optimization to avoid needing the `jump x always` to skip the function. It'd save an instruction per function, and...