Mikael Møller
Mikael Møller
I have levelDB connection hooked up in a service. But, it fails when the server restarts, as the it already have a lock. So I need to release the lock...
I wanted to make a login page at `/login`, that I can redirect to whenever someone is not logged in. I created a template `front/login/getIndex.jade` and setup the angularjs routes:...
It would be great if the synth cli supported the node debug flags like so: `synth s --debug` and `synth s --debug-brk` So I can debug using e.g. node-inspector