Joschua Gandert
Joschua Gandert
I like the design of the keyboard, but I just wanted to say that if I ever create one I'd be interested in configuring the angle (i.e. how the "tent"...
With Ubuntu 16.04 LTS a [new packaging format, called snap](https://developer.ubuntu.com/en/desktop/) was introduced. They have some [additional benefits](https://developer.ubuntu.com/en/desktop/get-started/) like sandboxing. Users can install them with a click and developers can provide...
The text and the x is unreadable. The contrast of the x in general is too low. 
:exclamation: First read the [guidelines](https://github.com/DaveDavenport/rofi/blob/next/.github/CONTRIBUTING.md)! This is not optional for any report/question. People must be able to understand the full context of the report when reading it, at any time....
As stated in [PEP8](https://www.python.org/dev/peps/pep-0008/#blank-lines): > Separate top-level function and class definitions with two blank lines. ``` python if __name__ == '__main__': class Pos: def __init__(self, x, y): self.x = x...
Thanks for this library! I'm using it to listen to every `on_release` event: ```python keyboard.on_release(callback=self.on_key_up) ``` But sadly after a while I always get this exception: ``` OSError: [Errno 19]...
# Checklist - [x] I have used the search function to see if someone else has already submitted the same feature request. - [x] I will only create one feature...
The proposed change ------------------- This existed at some point (before https://github.com/quodlibet/quodlibet/commit/36c6b1855dadb56ace4014b8cb3a748bfcae11d6). There was Ctrl + 0-9, which is now used for changing the current browser. Maybe (Ctrl + ) Alt...
The proposed change ------------------- Add an option to sort by various factors like, for example, modified time, folder size and most importantly, natural sort.  Also allow to...
Add an option for automatically saving any unsaved / unnamed (new) documents in a cache directory
This is nice for when the application / the system is crashing, or there is a power outage.