Zachary Wood
Zachary Wood
It was better but I would still have issues occasionally. The latest version almost never finishes compiling though so I think the flags caused a regression. I believe the latest...
^ I use this a lot too. It would be great to store the history as well, I find myself retyping the same query a lot when testing. Maybe this...
Yeah this is going to be quite an undertaking 😅 just tried setting up a fresh project (not IHP, just cabal init) and I found lots of common libraries are...
While we're on the topic of naming routing functions, I think the most misleading is the `controllers` method for `FrontController`. That implies it is a list of "controllers" of some...
What OS are you running? This issue has been seen before on Linux but hasn't been a problem on macOS so far, so just want to confirm
Could you please add your investigation to the issue on the HLS repo? https://github.com/haskell/haskell-language-server/issues/2340 There was some movement here but seems to have stalled. Hopefully we can get this moving...
Thanks for posting in the thread. Reporting issues like this to the language server is a crucial step in getting the tooling to where it needs to be to provide...
@djfm could you try with HLS compiled with dynamic linking? This solved the issue for me. Simply change your Config/nix/nixpkgs-config.nix file to the following: ```nix # See https://ihp.digitallyinduced.com/Guide/package-management.html { ihp,...
Hi there, I wrote the typed auto route system so I'm happy to address any concerns with this. This is a very tricky problem to solve in Haskell currently because...
That looks pretty nice! What do you think @mpscholten?