Paul Johnson
Paul Johnson
OK, but I've never used either of those features. Can you submit a pull request? I know its probably trivial, but I'd rather it be done by someone who knows...
That was mostly about JSON instances. The issue there was that an auto-generated JSON instance for Decimal doesn't do what people naturally want, which is to write or parse a...
Sorry, I can't find the PR you are referring to. The only one I could find was the removal of an Integral constraint, which I applied back in 2014.
OK, so if you want to put in a PR for the new instances then I'll accept it.
Decimal uses a Word8 (i.e. 8 bits) to store the exponent, so this is the Right Thing. A note in the documentation might be a good idea though.
Have you considered the rayPath function? It projects a ray in space, but the ground track of the ray is a segment of a great circle. Obviously that won't go...
This definitely looks like a bug. I'll see what I can do.
I believe this is the bug being discussed in https://github.com/haskell/vscode-haskell/issues/300 and https://github.com/haskell/vscode-haskell/issues/480 Briefly, it seems the VSCode Haskell extension sometimes starts up more than one HLS. That would explain why...
The first two are configuration issues. You need a version of HIE that was compiled using the same version of GHC as you are using. Your project is using an...
Finally figured it out. The problem is that the `hostname` changes in the toolbox, so it can't find the right `xauth` magic cookie. Two workarounds: 1. Use `xauth list` to...