Joe Nelson

Results 199 comments of Joe Nelson

Maybe the problem is that setup_haskell.hs calls stack internally with a shabang: https://github.com/begriffs/haskell-vim-now/blob/master/scripts/setup_haskell.hs#L1 So invoking `stack /foo/bar/setup_haskell.hs` may be redundant? Perhaps the script should be run directly on its own......

What's your opinion of https://github.com/lspitzner/brittany as a replacement for hindent?

Brittany is now on Stackage. So if/when we want to switch to it, should be easy to do.

Haskell Vim Now uses ghc-mod internally, so I'm curious how Atom goes faster in that regard. Can you get a rough measurement of the two and tell me the speed...

Thanks for the illustrations. That's pretty bad performance, let's figure it out. HVN uses the ghc-mod in `~/.local/bin`, which ghc-mod do the others use? Maybe there is a speed difference...

Totally agree, care to send a PR?

Maybe have the installer check for the packages and die with a helpful error if they are not there. However we already have the functionality implemented for installing the packages,...

``` ---> Please wait, uploading all your personal information... ``` Ha, I see what you mean. We could remove the auto system package installation and print out the suggested update...

@SX91 scripts/setup.sh still contains sudo statements. Do think that script signing as discussed #160 will mitigate the issue? I like that our installer currently installs everything needed rather than stopping...

Alastair McKinley wrote: > If an insert or update causes a constraint violation, including the > comment in the response would be very helpful I experimented a while ago with...