Greig Stewart
Greig Stewart
For whatever reason, chromium on my raspbian setup ignores the --app flag on launching. Simply replacing `[``--app=${index}``]` with `[`` ${index}``]` on [this line](https://github.com/indus/ncc/blob/6fc9b86421ae4b3132b0b7df406c756bf4e6f890/lib/ncc.ts#L105) solved this for me.
it works for me on latest chrome
Yeah NES definitely seems trickier than GB. I suspect based on your findings there would need to be some game-by-game database of settings. Maybe the wide feature will be an...
It's written in javascript, so it wasn't really built for speed. The advantage is portability - it runs in any modern browser. If you want a faster emulator, go for...
It's written in javascript, so it wasn't really built for speed. The advantage is portability - it runs in any modern browser. If you want a faster emulator, go for...
Site is down
Where does it need to be fixed?
Could this error be a symptom of a connection issue? Doesn't seem like it though, the error is returned immediately and not as a result of a timeout. My setup...
The gateway node is listed as the last thing to set up in the doc. Does it possibly just need to be created before the worker nodes?
I've only ran the init scripts once on the master node. On the windows node I have ran the script multiple times, but I have also deleted and recreated this...