Eray Erdin (&mut self)
Eray Erdin (&mut self)
My development environment depends on Django 1.10. Builtin tests does not cover anything for 1.10. Is it working on 1.10 or is there any plan to migrate to higher versions...
I have [this release](https://github.com/erayerdin/tgcli/releases/tag/v0.5.0-alpha.2) for my project. I have different builds for MacOS, Linux and Windows. Windows is not a problem because Rust compiler automatically appends `.exe` to the filename,...
Currently this project has two services: `device` and `messaging`. We need to add `contacts` to manage contacts.
With [devxpy](https://www.reddit.com/user/devxpy)'s suggestion on [this Reddit comment](https://www.reddit.com/r/Python/comments/9on445/now_you_can_control_your_android_device_with/e7v71uo/), a sniffing of devices on local network might be done.
Some kind of configuration file is definitely needed for customizing the behavior of `tgcli`. The chosen format for configuration file is TOML. It will be named as `.tgcli.toml` and it...
Way more idiomatic and makes error handling reasonable.
Currently, the program halts if file id cache database is invalid. If this flag is passed, it simply purges the database if it is not valid. Also see #65 to...
Currently, the program halts if file id does not exist for a given file hash. This argument will remove the given file hash if the related file id does not...
[Fern Issue](https://github.com/daboross/fern/issues/89)
Error messages duplicate for some reason: ```plain [DEBUG] Converting ArgMatches to SendMessageOperation... [DEBUG] Converting ArgMatches to RootParams... [DEBUG] Converting ArgMatches to BotParams... [DEBUG] Converting ArgMatches to SendParams... [DEBUG] Converting markdown...