beezee
beezee
Running node 0.4.9, terminate() calls fail at the first assertion. If I log the pid to console when it is re-set after spawn, it shows up fine. If I store...
If you look here - https://github.com/graphql/graphql-js/blob/607345275f60e07dba1b7156a23b9ddf8b086fc9/src/type/definition.d.ts#L319 You'll see that applying a scalar config to the scalar constructor erases the type information associated with the underlying types on either side of...
Because these are runtime, I think it's way more useful to see what input produced an invalid return, considering it doesn't necessarily mean you have this error on all possible...
This adds several new instances that serve the techniques laid out in the derivation chapter of FP for Mortals. * Alt in terms of ApplicativePlus * Apply for any F[A,...
Mandrill allows you to [authenticate](http://help.mandrill.com/entries/23704122-Authenticating-webhook-requests) that a webook came from them. I know I could override the controller and handle it there, but then the adapter I've chosen to use...
I just published this gem built on top of yours- https://github.com/beezee/kleisli-validation If it's something you'd like to include in your gem I'm happy to structure a PR, just let me...
Added here - https://github.com/beezee/kleisli-run LMK if you would be interested in a PR as usual.