Bradley Metcalf

Results 24 comments of Bradley Metcalf

Thanks for the feedback. I will look into it as soon as I can.

I am going to check it out tonight. If you can post some additional information on the bug it might help out in finding and fixing it. What OS where...

`Btw, I notice when I run php-webkit, some windows based platform environmental variables is not auto detected by the phpinfo. I have to workaround by using node.js process.env.[VARIABLE_NAME] to get...

Having the same issue. I noticed it gets flagged as ransomware by Malware-bytes now. Could be a false positive.

Deleted the dependency in my node_modules and reinstalled it. Works fine and is not longer flagged by my antivirus software. My guess is `IDR_UPDATE_ZIP not replaced` is shown when the...

Doesn't appear so. The Azure fork appears to be. https://github.com/Azure/iisnode

https://nodejs.org/api/cluster.html Might need to move the functionality of the main.js script to `node-main` within package.json for it to properly work. Since main.js talks to the DOM changes will need to...

Same issue here. 53.9 meg project gets a 30.6 meg delta for just a few lines of code changed. Sometimes I get a few hundred KBs or 15 meg delta...

One thing I noticed is it almost always thinks the main Electron binary has changed. Even though it is using the previous Electron binary. However my build script completely nukes...