Pavel Aksonov
Pavel Aksonov
Trying to add stores/actions to my react-native project and got following error: ``` Error: Cannot find package main file for package: /Users/aksonov/Documents/PZ/React/node_modules/react-native/node_modules/react-tools/src at DependecyGraph.resolveDependency (/Users/aksonov/Documents/PZ/Pods/React/packager/react-packager/src/DependencyResolver/haste/DependencyGraph/index.js:229:13) at /Users/aksonov/Documents/PZ/Pods/React/packager/react-packager/src/DependencyResolver/haste/DependencyGraph/index.js:122:22 at Array.forEach (native)...
I want to use something like constitute(Person, user_id) for new Person(depA, depB, user_id), is it possible?
Please use v4 version of react-native-router-flux instead based on ReactNavigation.org
I've asked this question within Gitter, maybe it will be useful to add more documentation about it: Hi! I'm new in FRP world and just found your library. I'm building...
Just run this code twice (first run creates model, second run tries to use serialized one): `RandomForestClassifier` works fine ``` import skgarden from sklearn.externals import joblib import os.path if os.path.isfile('data.pkl'):...
I have Messages contained Profile that contain Image. Is it possible to use Combinators to load everything effectively (with caching and without boilerplate)? I can't use Relay/Falcor because data is...
i can't find how to make this transition with NavigationCard. Example shows left-to-right only...
I implement 'replace' support with my own reducer (just changing state.children[state.index]), it works except I'm getting yellow warning setState can only update a mounted component - i believe i've broken...
Could i disable swipe for NavigationCard?
Could you please help me with fully automatic transition (when user clicks some button, for example) ?