Andrew
Andrew
Confirming Having code: ``` var webpageModule = require("webpage"); var system = require("system"); var a = system.stdin.read(); var page = require("webpage").create(); page.open("https://google.com") .then(function(status){ if (status == "success") { console.log("The title of...
Looks like stdout/stdint don't work inside X environment, like xvfb-run, because thy don't have these descriptors.
Yeah, I'm also interested
Can confirm this cause problems on our production too, about 30% of process CPU time [Screenshot](https://prnt.sc/sqa7vm) I suggest this code ``` if (asyncIds) { const index = asyncIds.indexOf(asyncId) asyncIds.splice(index, 1)...
Install a visual studio express 2013(desktop with c++ redist), this will help
You can try also [Microsoft build tools](http://www.microsoft.com/en-us/download/details.aspx?id=40760) teh standalone package, But a general recomendation - use mac or ubuntu :)
upvote. Any update on this issue?