flache

Results 6 comments of flache

I also had these kind of issues on mac osx (after resolving some of them new ones steadily showed up) so I decided to run the compilation on a remote...

just remove them and add the `features.conf.inc` config file (as I did in my not yet reviewed pull request: https://github.com/naxingyu/opensmile/pull/19/files#diff-3c97870e814384188b070d1608384e4e ) The app should work fine then. If you have...

that's all what you see in logcat? can you post the full log (From the start of the app until you click the play button)? It might be an issue...

You could try to uninstall the app and install my compiled version [app-debug.apk.zip](https://github.com/naxingyu/opensmile/files/2460631/app-debug.apk.zip) . It works on my phone. If it does not work on your device we know something...

I call the `showMessenger` method in `componentDidMount` (so I already have the ref for the autoscrollElement) and `hideMessenger` in `componentWillUnmount`

for me, the functionality in the component works fine (also with an async loadMore function). However, I had massive problems on iOS Safari due to the fact that when using...