Greg Lazarev
Greg Lazarev
It seems that `FindByLabel` does not work with `select` HTML elements. Is there a reason for this?
[HAML-Lint](https://github.com/brigade/haml-lint) supports RuboCop's configuration when `RuboCop` linter is enabled. Hound's implementation doesn't support custom Ruby styles. It should for parity.
Thoughts on shortening the name of the command. If someone doesn't use a keyboard shortcut it's pretty long to type. Some ideas: `RunIShellCmd`, `RunInteractiveCmd` or simply `RunCmd`.
I have `b` aliased to `bundle` in my `~/.aliases`. Running: ``` vim :RunInInteractiveShell b ``` will background Vim. It's a minor annoyance, but curious why it happens for some commands,...
It seems that the latest version of Ag, adds newlines when both `--nogroup --noheading` are provided. With just `--nogroup` it works as expected.
In a situation where spring server has started but then the project directory is deleted, `spring` throws an error: ``` sh /Users/greg/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/spring-1.1.0/lib/spring/configuration.rb:37:in `pwd': No such file or directory - getcwd...