jsalonen
                                            jsalonen
                                        
                                    Any follow up on this issue? Having exactly the same request: very simple cron / scheduled execution of a URL. I don't mind setting up a "secret URL" either if...
+1 - I got the same problem here. Any ideas how to work around this? I'd love using nodeload on my Windows system!
Yeah. Sigh :( Guess I'm gonna fall back something like that as well :/ Also I have to say I have been much less worried about performance since I installed...
Thanks for the update! I definitely suggest updating the read file. If anyone is gonna fork, please let us know!
Only password authentication is dependent on bcrypt (`lib/modules/password/plugin.js`). If we don't use password authentication, I guess it would be ok to just omit bcrypt. In the long run, I hope...
Question: why do you need to use bcrypt in the first place? Doesn't node.js's build-in [Crypt module](http://nodejs.org/api/crypto.html) provide sufficient functions?
Hi! Thank you for your quick response. I don't need cssgrace to resolve background images over HTTP. I just need that the build won't break if I have these urls...
Jorgee: I suggest you to take a look into python-requests library instead. See: http://docs.python-requests.org/ for examples.