Reuben Thomas

Results 177 issues of Reuben Thomas

The install command output to `README.md` is: ``` npm install -g NAME_OF_MODULE ``` This doesn't work for me since the module I'm working on is unpublished. I see there are...

The usage summary currently says: ``` Usage: qrencode [-o FILENAME] [OPTION]... [STRING] Encode input data in a QR Code and save as a PNG or EPS image. ``` Please also...

For maximum Hollywood-ness, I should be able to mash the keyboard randomly without accidentally pulling up desktop widgets or the byobu command line. Ctrl+C should still work, of course!

Add 3.8 and 3.10 to list of supported versions.

When I sync my database between my laptop and desktop, I find I have to restart the service (never mind that its documentation claims to check for a modified database...

bug

As in the applet, please grey out the menu item while tracking is active.

enhancement

I would like to be able to wrap `format` with my own function that takes a `FormatOptions`.

The current default is surprising, and causes problems when mixed with output from other programs which just use the standard line separator. On a system that uses CRLF as its...

The argument -Dplug:default was stopping sound working; removing it makes it work again. Rather to my surprise, it also worked with the rest of the arguments removed. This seems odd...

The following code provides bash completion for helmsman commands whose sub-commands are "reasonable" (e.g. use commander): ``` # Parse helmsman top-level help output # @param $1 command; if "-", read...