Johannes Maier

Results 16 comments of Johannes Maier

@storvik I'm currently using `clj-nix` for something similar to this scenario, although I haven't tried out a REPL or similar yet. There is some work required, but the idea is...

I encountered the problem for the first time today in a Haskell project that uses `direnv` and `lorri`. The HIE LSP suddenly started too early and used a wrong compiler...

No, I just started using `direnv` and the `.envrc` file in this particular project is in fact the single `.envrc` file on this machine (except for some clones of it...

This is still open and I think I can maybe help you reproduce this @chrisduerr. I am using an alternative keyboard layout (MTGAP) on macOS Catalina (but I had the...

Oh, I like it! If/when I have a bit more time on my hands, I might take a stab at that one.

@Mariownyou You probably mean the font used in the screencasts in the README file. Very sure that this is Fantasque Sans Mono.

I have the same problem as @wyndon, but for me it's very weird: I have two nearly identical NixOS systems (w.r.t. the `zsh` configuration and the `nixpkgs` pin they're identical,...

Dang, I've tried this, and I've also tried fully disabling the home-manager module and *only* using the system `programs.zsh.enable`, where completion is by default enabled, too. Still no completion in...

I'm having this problem too. Looked through the other issue(s) and it seems like it's the same problem or related, but I don't fully understand it. So I, too, have...

Same question as @srid here: I'm using `haskellPackages.shellFor` at work and would like to use `devshell` in some way, but I'm not sure how to get the best of both...