Alex Mason

Results 37 comments of Alex Mason

The generalised joins in [`discrimination`](http://hackage.haskell.org/package/discrimination-0.3/docs/Data-Discrimination.html#g:5) might be useful for this - probably not directly, but it should be possible to leverage the implementation there and take advantage of the fast...

Yep will do, we're trying to track down the exact problem today after collecting the data the charts are produced from.

Sorry for taking so long, below are (hopefully) all the files you need to reproduce the bug. The only other thing that needs to be done before the app will...

Might also need: ## Setup.hs ``` haskell import Distribution.Simple main = defaultMain ```

I haven't delved into the Charts code, but I would guess the problem comes from trying to calculate the x-axis labels.

I'm also very interested in your `fake` package, I'm considering using it to produce reasonable `Gen` values for Hedgehog 😄 (Also considering adding some Australian instances of things like addresses...

To add a little more detail, it seem to work correctly when the parsed type is a `Maybe Text` but not a `Maybe Double`

I just came to repo to see if it would be possible to have a more compact representation of `NS`, could a similar thing be done using ```haskell data NS...

Ah great, I found the branch and it looks like it was a little more complicated than I expected (I had started playing with an implementation of the idea this...

Unless I am missing something, while postgresql-binary does expose enough to write parsers for what I discussed, because the `Value` constructor isn't exposed by hasql, I can't actually make any...