skaraman

Results 12 comments of skaraman

use the example https://github.com/2youyou2/raphael-example but it only works with 1.10.1 and older, not 2.0

use a user driven event like 'onClick' to run the sound right away ``` const sound = new Howl({ src: ['/path/to/your.mp3'] }); sound.play(); ``` There should be no need to...

> I'm facing a similar issue. > > My audio files play without issue when I click my play button, however other properties of the Howl instance don't render until...

as an npm module, it was working until i upgraded to the latest master branch update node --version v8.2.1

not sure which i was using before, but I got around this by setting my node config with ``` { child_process: 'empty' } ```

I don't think I have been, I've only recreated the XOR example and have been playing with mutations, training, and evolution options, and sometimes changing which kind of network I'm...

You're welcome, keep up the great work here, our future machine overlords demand it

No longer works in 2.0 ``` this.ctx = new _ccsg.GraphicsNode(); this.node._sgNode.addChild(this.ctx); ```

@janwos how did you resolve the issue after the full screen adMob ad? Also I found that this is true after the leaderboard comes up and is diamissed. Seems like...

actually now i've found that if you double tap and press when both taps are actually touchMove events it will also display the mag glass, can't seem to get rid...