Daniel J. Perry
Daniel J. Perry
I think `xprop` would be a perfect utility to use this with because the output isn't very readable (not by humans **or** scripts) and it gives lots of useful info...
In issue #225: > assigning multiple (sub)tasks to other (sub)tasks at once - this is actually part of #176 > which was mistakenly closed and I didn't have time yet...
Used like `topydo ls -p A,C,D`. Should work with priority expressions as well as raw capital letters. I'm can't edit the wiki, so that still needs to be added in,...
Python's `timedelta` class can accept floating point numbers as fields, so why restrict ourselves to integers? This commit was spurred by attempting `khal new 2.5h ` and seeing it failed.
Bullet list entries are not wrapped when setting `wrap=True`.
The normal substitute command allows one to confine the operation to the last visual selection by starting the pattern with `\%V`. As an example, say I want to change the...
The `--auto-match` option doesn't work because the incorrect number of arguments is given to the `finish_with_exit_code` method.
I was excited to use this because of how much I love python but it simply doesn't work. I get a byte offset error when trying to patch a snes...
The code doesn't seem to support the falsy operator, which I actually do use in my `vimrc`. See `:h ??`.
**Describe the bug** Unfortunately, it seems like the mbed website allows non-git repos and the deploy command assumes that they are all git. **To Reproduce** Steps to reproduce the behavior:...