Jacob Stanley

Results 107 comments of Jacob Stanley

Sorry for the delay, I'll have a serious look at this today or tomorrow. Initial thoughts are very good, thanks for the patch!

@mrijkeboer, np I'll take a look today. I remember spending a fair bit of time on trying to get this pull request up to scratch but there's still work to...

If someone was to get this building on top of the current `master` then I'd be happy to merge it

I have actually implemented all this in dotnet-jack, so the plan is to port it back in to here. https://github.com/jystic/dotnet-jack/blob/master/Jack/Property.fs

Yeah I would rather do it, I'll have a go at it on the weekend if you can wait that long?

Sounds good to me. It has drawn my attention to something a little annoying though, I had planned to do a purescript version of hedgehog at some point, and it...

I'm afraid not, the protocol is almost completely undocumented, the rest of these tools were implemented by reading Hadoop source code.

@thsutton maybe it's enough for us to just trim the whitespace of the end of each line?

> Is there a way to simplify the `Transformer` constraint? I try to avoid constraints like `Monad (f (g m))` in order to simplify inferred types. That's part of the...