-
The first time a hover frame is presented, the size is not set, but is taken from the `width` and `height` in `lsp-ui-doc-frame-parameters`.
alanz updated
5 years ago
-
There seems to have been some attempts to get ghc-mod working with 8.2.1; curious what the status of that work is. Thanks for this great software; now that I upgraded to 8.2.1, I'm really missing it!
-
While working on adding multi-component support to `ghcide` I noticed a few issues with the current API that make this rather tricky:
1. Currently, I have to pass in a file and then get back the fl…
-
Hi!
Is there any information around how to use an obelisk based project smoothly with emacs (haskell-mode, propably other related packages)? (at least saw that @ryantrinkle was using emacs in his…
alios updated
2 years ago
-
I don't know where to ask, so I'm opening my issue here. I'm using `spacemacs` currently as my development environment for Haskell and I'm okay with it. But I would like to give SpaceNeovim a try. Not…
-
I'm running LanguageClient-neovim and hie-wrapper. The command I've configured in my `init.vim` is `hie-wrapper -d -l /home/myuser/tmp/hie.log`.
When I enter a project and execute a hover request, …
-
I attempted to build HIE with stack from source on my macOS Catalina. The executables were successfully installed to `~/.local/bin`. However, whenever I run `hie` (or `hie-wrapper`), the program will…
-
hie works fine on all modules in my project except one. I see this in logs (`--debug --vomit`):
```
2019-12-12 22:46:12.402861 [ThreadId 4] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen",…
-
I think one of the barriers to new contributors such as myself on this project is understanding the suite of disparate tools that come together to make HLS a reality. I think guiding early users of HL…
-
Running this command:
```
stack build
```
yielded this error:
```
-- While building package leksah-0.16.0.0 using:
[...]
Process exited with code: ExitFailure 1
Logs have been writte…