Avi Dessauer

Results 88 comments of Avi Dessauer

@lyh970817 You may not have generated a hoogle database. Check the hie readme for instructions for cabal or stack

Most likely, do you get type error diagnostics? stack or cabal? hie.yaml? multi component?

@lukasz-golebiewski Add `- stylish-haskell-0.10.0.0` to each `stack-*.yaml` and a version bound in `haskell-ide-engine.cabal`.

@lukasz-golebiewski There are a few more version conflicts that need to be explicitly specified

Replace whole buffer does indeed have downsides (it breaks recorded type info and vim undo chains). We should really be generating granular changes by diffing the output of all formatters....

I have not used the `ghc-typelits-knownnat` plugin. I can use `RecordDotPreprocessor` with hie master. Can you test another plugin?

@Gurkenglas What is the motive for this change? It is allot more concise.

I have been researching, and slowly building a FP oriented concurrent copying GC ([Sundial design document](https://github.com/Avi-D-coder/sundial-gc-design)) for Rust, one of the project goals is to enable it's use as the...

tsserver sends adtional text edits adding namespace prefixes. If the additional edits given by a completion at the intersection of the multiselection differ in content or range they should both...