Avi Dessauer
Avi Dessauer
I have package.yaml configured and I deleted `.stack-work`, but only `Main.html` and `Paths_${package name}_hs.html` are generated by both`stack build` and `rm -rf ~/.cabal` `cabal v2-build`. `stack build --profile` also did...
ghcide's errors reporting, hover, goto definition is far more fault tolerant. It still works when started in a file with errors. It is also very snappy. I would argue that...
The [Language Server Index Format](https://github.com/Microsoft/language-server-protocol/issues/623) is still under construction, but there are already tools that emit it ([hie-lsif](https://github.com/mpickering/hie-lsif)). [Tools/libraries](https://github.com/Microsoft/language-server-protocol/issues/623) for handling it already exist in typescript. lsif databases produced by...
In kak ctrl+octrl+i work similarly to vim, but they also save/restore selections. In vscode the closest I can get is `workbench.action.navigateForward`, but that stores every cursor movement, not just jumps,...
I don't yet have a way of reproducing this, but repeat . sometimes becomes stuck on an old sequence of keys. It will repeat the old key sequence rather than...
], and [ don't include the starting character without `"selectionBehavior": "character"` This maybe the intended behavior, but if that's the case ], and [ should work on the char before...
They were disabled in https://github.com/tweag/nickel/pull/562 due to the count letters benchmark being too slow, and blocking the benchmarks GitHub action.
see https://github.com/haskell/haskell-language-server/issues/3074
In this case `nvim src/lib.rs:121:23` broke everything, but `nvim src/lib.rs:121:23:` and `nvim src/lib.rs:121:22` worked. Sometimes the trailing colon causes breaks to. The files are standard UTF-8 ASCII characters only. 
Running `cargo miri test` reports the following UB. ```rust running 20 tests error[E0080]: Miri evaluation error: trying to reborrow for Unique, but parent tag does not have an appropriate item...