Ellie Hermaszewska
Ellie Hermaszewska
An alternative would be to load lines, each of which is valid json. This is what's output by the `--json-stream` option of nix-linter
I've not tested this very much, but it *seems* to be working so far.
Cool, I'm in no hurry. On Thu, 8 Jun 2017 at 20:42 Nathan Bouscal wrote: > Thanks for this, I'll test it out a bit and try to get it...
It's possible that this, #4 and #7 could be fixed by generating a patch and applying that, instead of replacing the buffer.
According to @krux02 here https://github.com/rhysd/vim-clang-format/issues/24 `autoread` could be a solution.
This looks like a relevant patch for gofmt https://github.com/fatih/vim-go/commit/99a1732e40e3f064300d544eebd4153dbc3c60c7
I get the same behavior with GHC-8.4.4 and GHC-8.2.2
Sure: https://ghc.haskell.org/trac/ghc/wiki/Annotations https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/extending_ghc.html#source-annotations On Fri, 1 Jun 2018, 05:56 Daniel Gröber, wrote: > Can you link me to some documentation for this annotation, I'm not > familiar with it at...
I think it's little more than that. Sometimes tests require their own packages which are spelled out in the .cabal file and not just a plain setup. For example in...
Aha, this seems to happen only when one is using stack. Without knowing any of the details, I'd take a guess at the cause being that stack is a little...