Sebastian Graf

Results 160 comments of Sebastian Graf

Yeah, I agree. But just wanted to give people a data point, because absolute performance is what matters at the end of the day. I don't remember how I compiled...

> In that case though it would be nice to see a script for reproducibility. I don't have that "script" anymore (it was just `time i3lock-blur` vs. `time i3lock-fancy-rapid`, I...

Unfortunately, I'm not using VS Code at the moment, so I can't tell for sure. But it seems plausible that the suggestion will work.

I'm not sure what isn't working for you. I've been using lorri+direnv+zsh just fine for about a year now. This is my setup: ``` $ tree -L 1 ghc ghc...

This is my diff to `master`: ```diff diff --git a/default.nix b/default.nix index d56db57..a6b0e68 100644 --- a/default.nix +++ b/default.nix @@ -13,10 +13,10 @@ in , hadrianCabal ? (builtins.getEnv "PWD") + "/hadrian/hadrian.cabal"...

Have you booted and configured the compiler? Without that, you can't compiler or use the IDE features.

I think this has been fixed in the past, but was broken again when GHC bumped to 1.20. And now it's fixed again on more recent commits. Could you try...

P.S.: The process is launched with `--daemonize`, if that is of any help. Here's the full command line as per `htop`: ``` $ kak-lsp -s $pid -vvvv --log /tmp/kak-lsp-$pid.log --daemonize...

> I guess starting the language succeeds but at some point the process exits with failure. Yes, this never seems to happen right at the start, only after some time...