Pander
Pander
How to enable Thunderbird to use this locale?
### Important information Android version: LineageOS 20-20230510-NIGHTLY-axolitl mpv-android version: 2023-02-27-release from F-Droid ### Description When choosing `Open external subtitle...` and `Open secondary external subtitle...` both the subsequent options `PICK FILE...
When selecting an external subtitle file, only show file types that can contain subtitles. (This would hide files such as `mp4`, `mkv`, `nfo`, etc.) ### Additional information An overview of...
Feature request: show daily weather for five days, starting today. See the screenshot below as example:  Those widgets used to be possible with the app https://github.com/SecUSo/privacy-friendly-weather Howewver, that app...
Please support Python 3 What needs changing is ``` - client_identifier = hashlib.md5("ph-%s" % socket.getfqdn()).hexdigest() + client_identifier = hashlib.md5(("ph-%s" % socket.getfqdn()).encode('utf-8')).hexdigest() ``` and ``` - print red, green, blue +...
@craigcabrey Do you have any intentions on continue development of this application? Otherwise give some of the people such as @ccarnivore @BOSSoNe0013 @thinkbrown @grahamc which offered pull requests rights to...
Please, offer .deb package for Debian and Ubuntu. See (and vote) also https://bugs.launchpad.net/ubuntu/+bug/1640155
Following packages are needed for building on Ubuntu 17.10: sudo apt-get install python-gi-dev libgtk-3-dev gsettings-desktop-schemas-dev sudo pip3 install phue Perhaps add this to README too.
Please add a command line interface that does -b listing all bulbs in terms of id, name, on/off -g listing all groups in terms of id, name, on/off/mixed -p listing...
Show the bookmark's favicon when available. If https://github.com/cadeyrn/keep-or-delete-bookmarks/issues/1 or https://github.com/cadeyrn/keep-or-delete-bookmarks/issues/11 are implemented, also update favicon where needed.