Cem Turan
Cem Turan
I did all that. Is it working at your end? If so I might have messed something up in my environment.
EDIT: Didn't see your [pull request](https://github.com/deadfoxygrandpa/node-elm-test). It solves the problem: --- I'm getting a somewhat similar error: ``` HacBook-Pro:elm-test cem2ran$ npm install -g elm-test /Users/cem2ran/.nvm/versions/node/v4.1.1/bin/elm-test -> /Users/cem2ran/.nvm/versions/node/v4.1.1/lib/node_modules/elm-test/bin/elm-test [email protected] /Users/cem2ran/.nvm/versions/node/v4.1.1/lib/node_modules/elm-test ├──...
Would be great! Some more (powerful) options: - https://github.com/OneGraph/graphiql-explorer - https://github.com/prisma-labs/graphql-playground I added GraphiQL as it was the easiest and quickest, but worth considering whether one should allow this to...
@cknitt mentioned `focus` exists in `TextInput`: https://github.com/reasonml-community/bs-react-native/blob/41d03e6f6eaf1f460eb45ebdd6fa9165853796fb/reason-react-native/src/components/TextInput.re#L276
@MoOx Is there any benefits of using StyleSheet.create rather than a module? e.g. ```reason module Styles = { let style1 = style(); }; ```
Quick prototype based on: https://github.com/OneGraph/onegraph-meetup-plugin Live preview: https://cem2ran.github.io/reasonml-events  Are there any design guidelines/system I should follow to tweak the styling or is it good enough as is? I'm using...
Right now it is setup as a persisted query so you call an endpoint that can only do one thing (query ReasonML meetups). TTL is set to 1 hour, which...
I think it makes sense! Ideally we should split the bindings like react-apollo repo. `common`, `components`, `hoc`, `hooks`. Then there's `react-apollo` which has all of them. https://github.com/apollographql/react-apollo/tree/master/packages
Considering diving into this area as my master thesis or at least a serious side project. I've created a thesis proposal with greater details and the gist of it is...
Looks like the Rx people are already working on this but for a far more complex use case. As explained in the following talk they are utilizing an intermediate expression...