Alain Armand

Results 76 comments of Alain Armand

Apparently, if you change ```reason let node: field(t, option(node)) ``` to ```reason let node: field(t, option('node)) ``` It compiles. I cant test it yet because I cant get the `graphql-codegen-reason-react-apollo`...

I imagine people would want to use this because they are still working out how to use absinthe. Maybe a quick example that walks through how to use this to...

Worked. Thank you, sir. I hear it on the docs. A couple of spots need some `linting`. I will not be deterred!

Probably a typo in the code example in the chapter "Most things are expressions"? let myBool = true; let print = if (myBool) {"yes"} else {"no"}; /* print = /*

How does one build this if you wanted to hack on it? I dont know what to do after this error: ```sh mando@mandalarian ~/Github> gh repo clone idkjs/reason Cloning into...

Starting from the oldest "help wanted/good first issue" item. So to demonstrate a custom component, I removed [module Logo](https://github.com/revery-ui/revery/blob/e95d0f1ad6761cbce0fd8290e085f00ac59cbdf3/examples/Hello.re#L7) from `examples/Hello.re` and put it in `examples/Logo.re`. ```js open Revery.Math; open...

No Joy. I cp'd your example into the project on local machine. These are the files:https://gist.github.com/idkjs/266d19f2286cdfdf026d58714fef3b76. I get the same error on Logo.Logo. Feels like a set up thing. Incidentally,...

Logo is unbound whether I do `open Logo;` or `module Logo = Logo.Logo`. Same happens with `open AnimatedText;` I redownloaded repo, `esy install, esy build, esy x Hello2.re` on this...

Got away from me. Do we still need this? I will do it, if so.

How about a toy? Its time we infect the ocaml side of things with some js, no?