Alex Mason

Results 73 comments of Alex Mason
trafficstars

So I finally had some time to try this out, and have no idea what I'm doing wrong, but `bringUpToDate` doesn't seem to be that helpful; when I run it...

@mrehayden1 Hmm, I'm not in a position to try that out now, but I don't believe that'll fix it. The problem comes from Beam trying to make changes which it...

What we were trying to do is create a system which could perform migrations, either from an empty database or from one at a previous version.

Is there any reason this couldn't be a lens that needs to be defined in the AWSRequest class? Add ```haskell rsStatus :: Lens (Rs a) Int ```

Sublime Text's Git Savvy package can create a "changelog" with a list of commit messages, and the names of the contributors, all you do is specify the hash (or more...

Hey @whittle, I'm the author of mzonka-s3-streaming (which should be renamed so it doesn't look like an official package, but I don't have a good name for it). Is there...

Uh, looks like I branched from the wrong branch, so the commits from #44 have been included, but I probably wouldn't want this included without those either. I'm happy to...

To add another datapoint to the discussion, I'm working on a new library (axman6/servant-prometheus) which is a rewrite of the servant-ekg package. Once I added summaries to the metrics for...

A possible middle ground might be using something like Ed Kmett’s compensated library to get `double double`s - this should be fast but also give you the accuracy I expect...