Gibson Fahnestock
Gibson Fahnestock
I think the likely path forwards would be to have a coc-bazel that wraps the WIP Bazel language server: https://github.com/bazelbuild/vscode-bazel
FWIW this is done now for zsh on Homebrew installs of bazelisk: https://github.com/bazelbuild/homebrew-tap/pull/89
It might be useful to have bazel-watcher read an env var like `IBAZEL_BINARY` so you could say `IBAZEL_BINARY=bazelisk` for those who don't have `bazelisk` installed as `bazel` on their machine....
>Otherwise, pngcopy would be a whole new thing and expand the scope of pngpaste considerably. Looks like someone has raised a PR for it! https://github.com/jcsalterego/pngpaste/pull/15 Assuming it works, it'd be...
+1, seeing the same behaviour, and it took me a while to narrow it down to this plugin.
For anyone else using [packer.nvim](https://github.com/wbthomason/packer.nvim) and hitting this, workaround is: ```lua use {'sheerun/vim-polyglot', config = 'vim.opt.shortmess:remove("A")'} -- Syntax files for a large number of different languages + workaround for https://github.com/sheerun/vim-polyglot/issues/765....
I think ideally we want an npm module we can just have as a devDependency, one that can automatically fix stuff would be great. Not sure if there are any...
>I guess it will be a matter to to set it properly into jenkins, isn't it @gibfahn ? DistTypeDir is set in the ci-release job from DISTTYPE, which is a...
@geek I see that you're a maintainer for `node-style`, do you happen to know how different its rules are from `nodejs/node`'s eslint config? Also what is the benefit to using...
```bash ▶▶ xcodebuild -version ~/wrk/com/node (f76ce0a756) xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance ```