Matthieu Coudron
Matthieu Coudron
This is the kind of example I would like to see (nested record), eventually with a custom monad https://github.com/teto/servant/blob/e1bf11fc05f1a5a7f7136ffe52a0a9d12335256f/servant-server/example/greet2.hs#L75 (btw this example doesn't compile).
I dont use tmux much, would that work better without tmux on a plain kitty ?
yes that's a fantastic project ! The last green CI was october 6th, there seems to be a long backlog of pipelines that could probably be skipped. I would be...
I would like to understand how it plays with other options like `let g:auto_save_write_all_buffers = 0`. Will that still work for non focused buffer if they have b:auto_save . Is...
I've looked at ghc implementation for this and this looks non trivial as few symbols are exported and it would be hard to maintain this for different ghc implementations. I...
is that the file referenced by GHC_ENVIRONMENT ? that's super cool. I will run some tests with ghc8 in https://github.com/teto/IHaskell/pull/new/ghc8-env (will open PR if that's conclusive).
Would it be ok to go for flake-only support ? I am a big fan of flakes that solve 80% of the issues with nix. And I am not sure...
> I use release.nix haha good ! Just got frustrated because the release.nix contain redundant code. I will need to think about how to rearchitect the files to reduce the...
Thanks for the review. A few points: 1/ any idea what can I do to fix the CI stack errors ? looks unrelated 2/ after trying out this version in...
I am using LanguageClient-neovim too and wanted to disable the linting so I set the variable to [] but like op I don't see any change. ``` { "pyls": {...