Totty

Results 31 issues of Totty

Here is the exact steps to reproduce (doesn't happen 100% of the times): - Start video A; - Get status: playing - Stop - Get status: stopped - Start video...

Let's say I have this: ``` var i = 0; setInterval(function(){ omx.play('video' + (i++)); }, 1000) ``` Videos are longer than 1 second. Let's say for this example that they...

bug

For example if you require omxdirector the node process will not exit. Of course this is a good behaviour, but would be nice to allow me to exit it `omx.exit()`....

enhancement

I have a large app built on webpack and the server side uses that files. How I'm supposed to make them work (in the future) if this project is "CURRENTLY...

I'm using the [webdriver-sync]() webdriver module which uses the `java` module. With the default node.js require everything works as expected. With the enhanced require the result is this: ``` C:\app\node_modules\webdriver-sync\node_modules\java\build\Release\nodejavabridge_bindings.node:1...

Hy! I would like to use it but I find it difficult now. At least add your example ( http://jsfiddle.net/JMZc5/1/ ) as it helped me more than the readme in...

If you do `./node_modules/.bin/pioneer --scaffold` it will throw an error because of the ".bin" folder which starts with a dot. You can: - Change tutorial to `"./node_modules/.bin/pioneer" --scaffold`

Any build file ready to use on browser?