Lonami
Lonami
This works with `ait.write('\\')`. `press` is to press a given key, while `write` is to write a text. At least in my keyboard, there's no key for `\` (I have...
I am personally not interested in dealing with proxies. It might be easier to set a system-wide proxy. If however you are willing to contribute support for them (and the...
To be fair, I have no idea what the proxy field of `InitConnection` does. This was a latter addition from Telegram. From what I remember when I merged proxy support...
(Conversation split off #121.) Regarding 1, re-stating what I said in https://github.com/Lonami/grammers/pull/121#issuecomment-1186997095: > [...] it's intended that build scripts generate files into $OUT_DIR and then they're included in the normal...
There are some other experiences against this change in https://t.me/gramme_rs/14807. * The source file is still on disk if you need it (RA should let you navigate to the `include!`'d...
> File is there, but go-to-definition does not work. And instead of single click user has to search in 2.5mb text file. What I mean is, "go to definition" on...
This field is a stub for the future.
We can keep this open to track its implementation. If you (or someone else) is interested in implementing this, it should be as simple as modifying the `invoke` method: https://github.com/Lonami/grammers/blob/3ed47232c01dc3c05426cc3c346e7deb1dadc002/lib/grammers-client/src/client/net.rs#L221...
Might have been removed unintentionally on accident, or intentionally temporarily during refactoring. I can't really remember. But the idea definitely is for it to be implemented.
If you're referring to `TG_ID` and `TG_HASH`, that is intentional. It's a good thing that the examples showcase it this way because, when shipping your finished application (imagine the official...