John Haley
John Haley
👋 Thanks for the bindings. I tried to use them in a project that was bundled with [ParcelJS](http://parceljs.org/) and it wasn't able to use the bindings as they are defined....
This adds relude as an external package. I'm not too sure if I missed anything but I did double check the list in #244 to make sure that relude satisfies...
With nested queries the code was switching on the option so that it could display a custom message. This was causing a massive increase in compilation time as the queries...
I would love to add more named args for things in Relude! Things that are a little ambiguous like `Array.concat` where you aren’t totally sure which one is being placed...
If you're writing a query that is paging through data and has a calculated column nested in the result that comes back, the query that postgraphile is sending to the...
👋 I'm hitting an issue with refmt turning valid code into invalid code in a JSX block. ```ocaml let component = ReasonReact.statelessComponent("RefmtBug"); let getLiComponent = str => str->ReasonReact.string ; let...
Would anybody else feel like it would be better if ternary operators went as the first character on a new line instead of the last character on the current line?...
Much like joi, aws-sdk is often required by both the library and the consumer so it also makes sense to be a peer dependency as well.
First off, thanks so much for dynogels. It's awesome. So I noticed some strange behavior when I was trying to run items through the validator on `item.table.schema.validate`. Let's say you...
These are convenient functions for performing some side effect (such as logging) on the value or error without modifying the error or consuming the vow.