James Conroy-Finn
James Conroy-Finn
Hello Zach, This should avoid the following warnings: ``` Warning: protocol #'clj-radix/IRadixTree is overwriting function update WARNING: update already refers to: #'clojure.core/update in namespace: clj-radix, being replaced by: #'clj-radix/update ```...
A lot of the `gitignore` file is out if date, especially with the recent restructuring of the repo. Need to remove the redundant lines.
I won't be switching from Vim anytime soon, but I know others don't want/like to use it. To change editor at the moment requires quite a few changes, which can't...
My personalisation of dotfiles is not removed automatically when an individual wants to fork my dotfiles. It would be much nicer if `jcf` could be expunged via a single command,...
It'd be nice to have more screenshots and list of specific features that are nice. - ZSH config based on Prezto - Vim plugins for developing in a lot languages...
If you are running a fresh install via the dotfiles command rbenv is not available between running `dotfiles setup` and `dotfiles install`. I'll look in to adding some integration tests...
## Purpose Add TPM configuration to make installation easier. ## Approach Compile `gitmux` automatically, if the binary isn't in the plugin directory, and generate the default configuration. You can use...
I'm in the process of writing a RabbitMQ writer, where it would be desirable to create a single connection to RabbitMQ per peer, and individual channels per virtual peer. http://stackoverflow.com/questions/18418936/rabbitmq-and-relationship-between-channel-and-connection#18419417...