jtg-gg
jtg-gg
@mauritslamers thats great, nacl might not that important to many people so do you have a working build ?
@MichalMisiaszek are you running osx sierra? does the 100% CPU happens when you close the app ?
I found the root cause https://github.com/rakannimer/react-google-charts/blob/master/src/components/GoogleChart.tsx#L219 ``` shouldComponentUpdate(nextProps: Props, nextState: State) { return ( this.state.isReady !== nextState.isReady || nextProps.controls !== this.props.controls ); } ``` the component will only re-render if...
I found a "good" workaround ``` ```
I've the same problem and found a solution. you need to downgrade aframe version to 1.0.4 in package.json, change "aframe": "^1.0.4" to "aframe": "~1.0.4"
@airtonix yes it also supported in Linux through libnotify
I haven't have time to check all the gyp/gypi dependencies but I think we need most of the file, for cross compilation / comilation to arm, and other platforms