John Haley

Results 46 comments of John Haley

We are definitely planning a higher level library of nodegit once we get it stable. That project would be more trying to mimic what the CLI is doing and have...

We just tried to update to electron 0.37.8 and we're see some issues with runas not being able to be compiled as well. [This](https://gist.github.com/johnhaley81/e9365df0d0505e2a30168ab5336df918) is the error that we're getting....

Ah, with the above gist the issues was having a `target=^0.37.8` instead of `target=0.37.8` in the `.npmrc`. However the point still stands that this requirement might be more that what's...

An example of a difficult to read block of React code: ```ocaml render: _self => isTheThingConfiguredCorrectly( someCondition1, someCondition2, someCondition3, ) ? (ReasonReact.string("The thing is configured correctly")) (ReasonReact.string("The app is good...

Hey @davesnx, sorry for the late response, I'll try to get an example for you next week!

@mlms13 I just added `bs-abstract` as well.

Was there ever a consensus on what doc-system was going to be used in relude? If not, should we just start filling out the markdown files in the meantime?

@mlms13 I can definitely help with this. Is there a particular place where you are thinking these should live?

I think option 1 is the best way to get started. It can always get moved out later if the other things become a necessity