Ellie Hermaszewska

Results 247 comments of Ellie Hermaszewska

Deoplete allows quite a lot of configuration. Perhaps more importantly, it allows displaying completions from various sources at the same time, so one wouldn't be just limited to intero's suggestions.

yes, I'm not sure what the state of it is. Last time I used it it wasn't really usable: slow and lacking some functionality.

This is not specific to hslogger and seems to happen in any application linked with SDL2 when run using `stack run` on windows

@BuBuMan Can't remember, sorry! Perhaps it's this: https://github.com/haskell-game/sdl2/issues/86#issuecomment-523928830 (so adding `-optl-mconsole` might fix it)

IIRC nix sets up four `NIX_*` variables for Haskell alone, then there is `HIE_HOOGLE_DATABASE`, not to mention the variables for correctly compiling C programs. I think having to specify the...

My specific motivation was: I currently have my editor call `nix-shell --run 'hie -blah -blah'`. However this does not respond to changes in the dependencies of the current project, i.e....

@fendor mentions here https://github.com/alanz/vscode-hie-server/issues/233 that HLS and ghcide reload the session when package.yaml changes, but unless they also reenter the nix-shell (or update the right env variables) the requisite packages...

The problem with that is tracking Haskell threads properly. As far as I know its currently not possible with GHC to be informed about the creation/destruction/starting/stopping of haskell threads (which...

This repo seems to be unmaintained; I'm opening this PR which allows the package to build again FWIW.