Alain Armand
Alain Armand
hi @feluxe I was looking at this and updated the deps. Unfortunately, running the app from master or on this update throw: ```sh main is not a function ``` Any...
Running graphql codegen is throwing a json error. The example .graphqconfig doesnt validate either. Click: [jsonlint](https://jsonlint.com/?json={%22schemaPath%22:%20%22schema.graphqls%22,%22includes%22:%20[%22src/**/*.graphql%22,%22src/**/*.gql%22,],%22extensions%22:%20{%22codegen%22:%20{%22target%22:%20%22flow%22,%22output%22:%20%22src/graphql-annotations.js%22}}}) to run validation. Output is: ``` Error: Parse error on line 3: ...l", "src/**/*.gql",...
I tried running your project against the swapi-graphql schema. The schema and output can be see here: https://github.com/idkjs/graphql-codegen-reason/tree/master/tester. Side note: Only way I could get this to run is to...
Thanks for sharing this resource. I am wondering how you would use the `ASTExpolorer` to develop in a project like this? Any guidance would be greatly appreciated. Thank you.
Hi folks, tried to run this example [complex-variants](https://mlms13.github.io/bs-decode/docs/decoding-variants#complex-variants) ```ocaml module R = Decode.ParseError.ResultOf({ type t = [ Decode.ParseError.base | `InvalidColor | `InvalidShape]; let handle = x => (x :> t);...
I would love to see and example authenticating with https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps. I cant figure out what the `Homepage URL` and `Authorization callback URL` values should be when setting up the OAuth...
Running `grip` returns the following error: ``` grip:2: maximum nested function level reached ``` machine env: ``` ProductName: Mac OS X ProductVersion: 10.14.6 BuildVersion: 18G95 yarn version: 1.17.3 node version:...
How would you set this up if you had two clients hitting multiple endpoints for different purposes. I am trying to hit a `https://api.graphloc.com/graphql` just for geo coordinates while using...
First commit handles `offsetX` and `offsetY`update. Second commit fixes bs warnings.
This is an old but good one. Thanks for keeping it up.