Dan Kaufman

Results 13 comments of Dan Kaufman

@Rubel-hossain - your method worked perfectly and is the simplest. Thx.

It would be fantastic to have this as a built in feature. Thank you!

Any news on the Mac version? I'm getting that EACCES error and it keeps crapping out on my npm install.

Well your fork worked but when i launch it via web2executable I get _Error: Cannot find module 'express'_. Any ideas? I see the declaration in main.js and the package.json file....

Okay- that's just weird. I double-checked that I'm root admin, which I am, but my perms were set to 557. I tried the `sudo chown` method and then ran `npm...

This is from Terminal using just nw then the app location. How do I get the console of the exported app? `2015-10-28 14:24:33.096 node-webkit Helper[2217:620283] Internals of CFAllocator not known;...

I'm sorry man, where do I find the php-cgi binary? I see how to do it in homebrew but that installs it for the system from what I can see.

Nailed it. You're the awesomeist, bro. Thanks again! Now I gotta stop playing with this and finishing this damn alpha. (I hit 200,000+ lines this morning!)

Maybe something like this? You might need to tweak it a little depending on your usage and setup. Assuming your div that holds the Animsition is .animsition ``` HTML: go...

Have you tried setting the timeout option to true? I kept getting bit by this same issue until I realized that the default setting is false. IE: ``` ...... timeout:...