Jason Shipman
Jason Shipman
Some food for thought: a minimally-invasive way to understand timing might be to update `withResponse` such that it also calls `mWrapException` like `responseOpen` currently does, e.g: ```haskell withResponse req man...
@saniac With @p-alik's #299 merged, hopefully the `stack setup` call will provide more info. Would you please try again when you get a chance?
`hindent` can sort imports and v5.2.3 can sort explicit import lists.
`brittany` is nice but it's novelty shows from some local testing. It choked on some Template Haskell and some tuple sections, even with the relevant ghc options passed in via...
Nice! :tada: Would be good to test out `brittany` again.
This change is very useful in some stuff I'm building on top of `type-level-sets`. Thank you, @jmorag!
In light of `apecs` already providing a `Monad m => MonadReader w (SystemT w m)` instance (as opposed to `MonadReader r m => MonadReader r (SystemT w m)`) and not...
It is from a utility function defined in .vimrc: https://github.com/begriffs/haskell-vim-now/blob/f55a7204db8ead19b927ab09056f384af9962537/.vimrc#L421-L426
Looks like the error from @arbitary and the one from @blender are not quite the same. In @arbitary's case, it failed to install `ghc-mod`. `ghc-mod` has been [notoriously difficult](https://github.com/begriffs/haskell-vim-now/issues/282) to...
Good point! What do you think of having some kind of "force helper binary install" flag or something? By default, users wouldn't have to wait on them if they already...