John Whitley

Results 19 issues of John Whitley

### Repro steps 1. Install Homebrew to something other than `/usr/local`. E.g. `/opt/brew` 2. `brew install --HEAD shocco` 3. shocco `which shocco` ### Actual result ``` >> shocco `which shocco`...

Please reconsider support for `$GIT_DIR` in gina.vim. Concrete use case: The [vcsh tool](https://github.com/RichiH/vcsh) for versioning $HOME is designed to overlay several managed git repositories on the user's home directory. It...

enhancement
help wanted

`refmt` doesn't convert uses of an OCaml custom fat arrow operator `let (=>) ...` to Reason sensibly. Please see reasonml/reason-cli#98 for details. I'm referencing that issue here, since reason-tools apparently...

Unfortunately the [vim syntax override logic](https://github.com/leafgarland/typescript-vim/commit/efc0c33f9130c80452d80dca718dacea5987eab5#diff-353b2b61eb85896ec622d5841907f4329c3a53a35d2610f7f309ef9cfe33b009R230) appears to have recently broken relative to neovim `master` circa neovim/neovim@2786d96. With this plugin loaded (confirmed via starting neovim with `-V20vimlog` and searching the...

1. `require 'rake/rdoctask'` has been deprecated in favor of 'rdoc/task' since RDoc 2.4.2. 2. `Gem::Dependency.new` no longer accepts a Regexp for the name argument. This change does not attempt to...

### **PR Description** In order to optimize the number of git calls made this change implements a RepoPathCache as the API by which RepoPaths instances are acquired. This primarily affects...

In #3183, @jesseduffield writes: > there's an opportunity to pack even more stuff into the git rev-parse command: e.g. in pkg/app/app.go we call VerifyInGitRepo which does git rev-parse --git-dir and...

enhancement

**Topic** In #3183, @jesseduffield writes: > we should do an audit on where we're calling os.Getwd and os.Chdir and confirm that it all makes sense and that we're sticking with...

discussion

This change adds support for [vim-gitgutter](https://github.com/airblade/vim-gitgutter) highlight definitions. It also changes the SignColumn background to be the same as LineNr, as suggested in #26, for visual consistency when both gitgutter...

Both the Directories to Ignore and Project Root regexes should include a ".bzr" entry by default. Depending on whether required by PeepOpen's internal architecture, an SCM plugin/class/etc. for Bazaar would...

Feature