ClemensSahs

Results 9 issues of ClemensSahs

Will it be possible to add the [`Platform packages`](https://getcomposer.org/doc/02-libraries.md#platform-packages) to the dependencies manger? ``` json { "name" : "myProject", "require": { "php" : ">=5.4.0", "lib-curl" : "~xxxx" } } ```...

in order we add algorithm to [limes](https://github.com/thenativeweb/limes/pull/430) we can configure it per CLI, too.

In the case that a php variable is serialized in a field sometimes the import fails. Currently I don't see why, I try to detect the problem, in the next...

Is there a reason don't move the ref/trackball and input/mouseInput to react-three-renderer? I implement this in my project but don't have a dependency to react-three-renderer-example. In my mind rtr is...

for #4 depends on https://github.com/carlbarrdahl/redux-xstate/pull/3

Currently I'm not sure "State metadata" can fix that for redux. noMiddleware solution: [xstate-redux](https://github.com/kgoggin/xstate-redux/blob/master/src/reducerEnhancer.js) xstate discussion: [State metadata](https://github.com/davidkpiano/xstate/issues/45) xstate example [save state machine in react state](http://davidkpiano.github.io/xstate/docs/#/examples/gallery) In my mind "xstate...

In my mind we need one machine for one Smart Component. I'm not happy with the API but thats my first idea... perhaps you have a alternative

he I want start a discussion what thinks we need and want we can implement before we make a BC break without BC break: - automatic tests (travis ci) -...