Hugo
Hugo
I've had this branch abandoned for some months now. It shows the same help with `--help` and the man page. Using cobra allows doing this and DRY.
Trying to run `sbctl bundle ... --esp /path/to/esp/` fails if `GetESP` cannot find an ESP (e.g.: if there's no ESP mounted). This negates the usefulness of the `--esp` flag in...
I've some function calls where arguments don't fit a single line: ```python some_function(some_value, some_value, some_value, some_value, some_value, some_value) ``` For cases such as these, I'd prefer to always split each...
Changing usernames would be a nice feature to have. In my case, I'm consolidating all my online accounts into one names, so I'd love to rename that one too. 🙂
## Overview The "Lock databases when session is locked or lid is closed" checkbox is check. However, the databases are never locked when locking the screen. ## Steps to Reproduce...
## Overview When using a tiling compositor, the "Browser Access Request" prompt is not treated as a popup / dialog window, but rather as a normal window. This makes it...
This should also make sure we always use the right encoding, rather than forcing UTF-8.
We should make smaller queries rather than request all events at once. See: https://github.com/pimutils/vdirsyncer/issues/992 See: https://github.com/pimutils/vdirsyncer/issues/988
Would be useful to supply instructions for packagers to build these. See: https://github.com/pimutils/khal/pull/1141