Matt McClure
Matt McClure
It's unclear to me how two repositories on different servers should share git-integration instructions so that each can use `git integration --rebuild` to produce the same resulting branch.
I mistakenly invoked hyde with: ``` hyde gen -c production ``` instead of: ``` hyde gen -c production.yaml ``` Hyde happily tried to generate my site with a non-existent configuration....
``` $ bar_chart.py --help Usage: cat data | bar_chart.py [options] Options: -h, --help show this help message and exit -k, --sort-keys sort by the key [default] -v, --sort-values sort by...
The `pymacs-load` function defines lots of new symbols and wreaks havoc because of its dependency on the *Pymacs* buffer's helper process. Pymacs should provide a sane way to unload itself...
I'd like to be able to set a directory local value of `pymacs-python-command`, open that directory via TRAMP, and have Pymacs use a Python interpreter executing on a remote machine....
Match name exactly by guarding it with leading `/` and trailing `$`.
Can the bot read and save chat logs? If so, how? If not, consider this a feature idea.
The Eclipse Public License - v 1.0 (EPL 1.0) is [included in LICENSE.APACHE.txt][1], but I didn't find specified what parts of the code are licensed under the EPL 1.0. Separately,...
I'd like to toggle ivy-completing-read while the minibuffer is active. Is there a command or keyboard shortcut to do that? In particular, sometimes I find that my fingers want Emacs...