Lonami
Lonami
So @nopenopenope with Python it's fairly easy to replace text with other value (e.g. `{MESSAGE}` with the message contents). But no need to worry about that since adding that is...
I've said this a few times before but I'll repeat it here, now that it has a proper issue. Python also has this problem with scopes, and if it detects...
Yes, it still doesn't work on Nougat and above, I made a workaround on #53.
That's strange then, perhaps the [threshold](https://github.com/stanipintjuk/Silverfish/commit/58794f6b3a7a46d767f6a0b2f26d1f5247e826d1#diff-62dd99dfd6f341d5150b49a7970632c1R33) is too low?
Sorry I tried to come up with a better title which would've hopefully prevented some of these duplicate posts, but felt like it would've gotten too long 😅 Let me...
Yep, known issue. Thanks for dropping it here though ;) The database needs to be rewritten to address this problem, which is not a trivial thing (and will probably imply...
What shortcuts @OffifialMITX? Home screen shortcuts, or under the app drawer?
You installed `telethon==1.5` and the library only works with `telethon~=1.4.3`, but I believe we need to push the change to PyPi.
First issue 🎉 I would like to refactor this repository into something more library-like (more oriented as building blocks for a bigger program than just the functions scattered around as...
I'm thinking we could have a private `mod os` with a file (or submodule) for each OS (think `win.rs`, `nix.rs`, and `remote.rs` for Android) where OS-specific code lives. Then we...