Scott Bronson
Scott Bronson
Interestingly, it did much better with my .zshrc. The exact same line is in there: ```bash [ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" ``` but the installer left it alone...
You don't want clone: http://api.rubyonrails.org/v4.0.8/classes/ActiveRecord/Core.html#method-i-clone Using dup works as you're describing in AR. Maybe Her should supply its own dup implementation? Like AR. Sounds like a good opportunity for a...
I don't quite understand the conclusion... It sounds like people are agreeing that the current rule is somewhat specialized, but it should be left on by default? That seems like...
Agreed, I just ran into this.
@gnarmedia I don't think it does... At least in Ruby and Rust, when I hit return inside a template field, I just get a new line. It doesn't skip to...
This is a great idea. More recent commits could have red SHAs, then they gradually turn blue as they get older.
Doing this would presumably fix #66 too. The keybinding would be `cmd-shift-H b`. The rest of "Blame" would be autocompleted when you type `b`.
Now that 1.2.0 is released, this seems like a pressing problem... git-blame is broken for me too. OSX 10.10.
Since runas is such a breakage-prone package, maybe use https://github.com/leipert/node-pathwatcher-without-runas instead?
Hi, the intent was to allow pathogen / vundle / vim-update-bundles to be able to install plugins directly. Now (5 years later), most plugin authors have moved to github and...