Michael Xavier
Michael Xavier
I was trying to write a test generator that generated some random markdown. I decided to start with the `Node` type since it seemed easier than generating valid markdown text...
Carrying over discussion from #221 @bitemyapp I've also noticed the types module takes an extremely long time to compile and it sounds like it is teetering on the edge of...
Discussed this with @bitemyapp. In the interest of getting 0.13.0.0 released (see #170), I'd like to get our test suite green. It looks like we have some sort of package...
Just thought I'd start an issue for this since the topic has come up a few times. I personally don't have an immediate need for 2.0 since I don't run...
I was just going to solve this but I ended up not needing this, so I figured I'd write it up here as a known issue and discuss the solution....
I've got a project that indirectly depends on template haskell. My dev environment has GHC 7.4.2 which must have template-haskell >= 2.6. My target environment has GHC 7.0.4, which must...
This is more of a usability issue but I thought it was worth mentioning since it has tripped me up twice writing forms at work using digestive-functors-snap. I figure if...
It's looking like the ecosystem is moving away from `MonadBaseControl IO` and towards `MonadUnliftIO`, e.g. resourcet has completely moved over. It seems a lot easier to reason about and maps...
I implemented some Haskell logic based on the docs of insertByAll saying if there was a constraint violation that it would return Left and then an arbitrary id matching the...