Jacob Stanley
Jacob Stanley
Sometimes I need to kill RStudio / restart my R session and I would like to be able to reattach NeoVim to a new session without having to restart NeoVim...
If I try to use `TemplateHaskell` and `StaticPointers` in the same project the I get the following error: ``` The static form is not supported in interpreted mode. Please use...
Merge when we drop GHC 8.0.2
I wasn't convinced by how invasive this PR was https://github.com/hedgehogqa/haskell-hedgehog/pull/300 but I think it would be a nice feature to have
When running more than 100 tests, the resolution of the coverage output can be confusing: ``` ✗ prop_validates_age failed after 1000 tests. exactly 18, validated on common day 13% ██▌·················...
The shields.io [server](https://github.com/badges/shields/blob/6031711180f1576f78ce654b693a55ab1540468d/server.js#L2778-L2781) doesn't parse .cabal files in a particularly robust way, so it can't figure out the version number of Hedgehog. I'd like to keep the formatting that we...
It would be great if `LoggerT` supported some more of the more common `mtl`-style typeclasses, such as `MonadReader`, `MonadState`, `MonadThrow`, `MonadCatch`, `MonadMask`, `MFunctor`, `MonadResource`. This isn't a huge show stopper...
We should detect that the ghc version has changed since the last build, and blow this directory away
Sometimes `cabal-install` fails due to network errors, would be nice if we could detect this and retry a few times: ``` : hGetBufSome: resource vanished (Connection reset by peer) ```
When switching between ghc versions, cabal 1.24 gets confused about the location of the package directory and reports: ``` Process failed: cabal sandbox hc-pkg recache (exit code: 1) ``` This...