Results 41 comments of Pawel Szulc

Is there a way to work around this? The bug was open 5 years ago. Seems the project is dead?

Any chance to have it on public repo any time soon?

I have ``` {{{{ shellOutput git diff HEAD^ HEAD src/EncodePanda/Lens2.hs | sed -e '1,6d' | sed '/^@/d' | sed '/\[-- end snippet\]/d' }}}} ``` but that only worked till I...

I've managed to make it work with `gch-end-2 gch-begin-3` but I'm thinking of it a temp solution. Would love to contribute to the project adding this as an option to...

Can you point to the implementation of the inmem backend?

This is awesome. I've looked quickly through the draft and love it so far. Will have deeper dive and will let you know my thoughts.

It seems I would have to translate [this](https://github.com/haskell-servant/servant/pull/1388/files) into [this](https://github.com/haskell-servant/servant-snap/blob/master/src/Servant/Server/Internal.hs#L100)

I'm happy to document the Emacs experience (installation, usage)

I've just run into this. I'm surprised this has not been fixed yet. One might say that "Oh, just modify `lsp-haskell-server-path` variable". Well, I don't want to do that globally,...

I think I have something that works. But I wonder now, how much of a problem is backward compatibility? Should we keep `lsp-haskell-server-path` as is and introduce a new variable...