Nathan Fiedler

Results 68 comments of Nathan Fiedler
trafficstars

And poof it's gone: ``` $ npx send-introspection-query http://localhost:3000/graphql npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/send-introspection-query - Not found npm ERR! 404 npm ERR! 404...

On a related note, the developing file says to use 4.02.3, but when I try to build, it fails because `ppxlib` is missing. When trying to install that, it complains...

BTW, which version of node is needed for running the tests? I've got 10.11 and `npm install` fails when attempting to build `nan` (an indirect dependency) because of a native...

I changed two things, rather unscientifically, using `opam switch create ocaml-system.4.02.3` instead of `opam switch 4.02.3` which simply gave an error, and using the 0.2.8 tag as you suggested. That...

Looks like cipier is for CI of ports of packages to FreeBSD, not just a general purpose CI that runs on FreeBSD. For now I can build graphql_ppx as needed,...

I saw that, too, but that looked challenging. Maybe it's gotten better since then.

@ariagaming 1. Is this boundComponent/fmap idea similar to render props? 2. Yes, agree that lenses are a splendid approach. The [Rationale](https://github.com/jonlaing/rationale) `Lens.re` looks promising. 3. The additional layer sounds like...

In case anyone is interested, I attempted to address the render issue in pull request #35. Please let me know your thoughts.

Tried to remove the warning, but it seems it's been discussed and honed to its current state. For now, we can describe why reductive is useful, and let people decide...

I've tried to address this in pull request #35, and I covet your feedback. It's a proof of concept, not necessarily the best way to implement it. I tried to...