David D Lowe
David D Lowe
This extension cannot be installed in GNOME 44 currently. Could support for GNOME 44 be added?
Could you include a short explanation in the README or the website how this program detects duplicates? Does it simply look at date taken? Does it checksum the contents? Does...
The GitHub tagline for this repo looks like this:  As you can see, it links to https://code.google.com/archive/p/keyboardlayouteditor/ , even though that page is old and deprecated.
In the README.md file, there is this section: > You can get a `TypeError: 'type' object is not subscriptable` > when you will try to use `QuerySet[MyModel]`, `Manager[MyModel]` or some...
I have a sequence of numbers, which includes some negative numbers, but spark doesn't handle them correctly: ``` $ echo 5 0 10 -20 | spark ▆▅█▁ ``` I'm not...
It's not clear from the `README.md` file whether Python 3 is supported or not. Also, the `setup.py` file should indicate whether it supports Python 3 like this: ``` 'Programming Language...
**Edit:** Old title of this issue: "infinite" is checked even when Caffeine is disabled I'm using Caffeine version 44. Have a look at this screenshot from the README:  The...
If this is intended to be open source, it would be good to give this a license: https://choosealicense.com/ OK, I know this is a tiny script, but bear with me...
Here's a feature request: what about integrating with [`changelogs`](https://pypi.python.org/pypi/changelogs), so that you can see a list of recent changes before accepting or rejecting an upgrade? If this sounds like a...
In config.py, you can configure `WEEK_DAYS`, like this: ``` WEEK_DAYS = (MO, TU, WE, TH, FR, SA, SU) ``` According to the dictionary, a week day is: > a day...