Thibaut Mattio

Results 48 comments of Thibaut Mattio

Got it, I'll try to look into it 🙂

Replaced by #869

I just tried this on some code and **really** like it 🙂 Some notes: ```diff - val ( and+ ) - : 'a Cmdliner.Term.t - -> 'b Cmdliner.Term.t - ->...

I just tried the `diff-friendly` profile and left some feedback on the PR. > I don't know if this option will be part of the default profile, this profile is...

Hi @dillonkearns! This is one impressive piece of work! Being a user of Relay, I am really excited to have these helpers in elm-graphql 🎉 Here are a few questions...

Hi @dillonkearns! Thanks for the detailed answer 😄 > 3\. The `SelectionSet` for that `Connection` gives you back an _updated `Paginator`_. The merging is correctly handled for you under the...

I am using [Absinthe](https://github.com/absinthe-graphql/absinthe) for my backend and I ran into the same issue. I have been using Elm for the frontend before ReasonML and the reference library ([GraphqElm](https://github.com/dillonkearns/graphqelm)) implements...

Oh! I saw `websocketaf` before I started on this and wrongly assumed it was working 😕 Very happy to see that you revisited your PR on `websocketaf`, thanks a lot...

I'm cleaning up my open PRs and this doesn't seem relevant anymore, so closing now 🙂

In case it's useful, I created a demo of a live reload workflow using Dune's watch mode for executables at https://github.com/tmattio/dune-watchmode-livereload-demo.