Ram

Results 56 comments of Ram

That's strange, it must be be an unexpected error that doesn't have the necessary fields set. Unfortunately, I haven't been using ansijet for a couple of years now so it...

It needs the `--harmony` command-line flag to work. I'm slowly working on a new version which will auto-fix this.

I'm not sure what you're asking for. Are you asking if there's a way to make the logs page auto-refresh itself? (at the moment there isn't).

Sorry, no support for that at the moment.

Easiest way would be to add some Javascript (or even a refresh meta head tag) into the Jade template for that page -> https://github.com/hiddentao/ansijet/blob/master/src/views/logs/index.jade

That's strange. Can you try running like this: ``` bash $ NODE_ENV=production DEBUG=waigo* ./start-app.js ``` This should hopefully output a tonne of debugging info as to what startup steps are...

So it looks like `setupAnsible` is getting loaded and executed. What's in the Mongo DB? Are your playbooks loaded and present there?

That's interesting, and I've come across WhiteoutMail before. I'm actually working on [autonomail](https://github.com/autonomail/autonomail) - it's still a work in progress. I'm going for a REST protocol and a custom back-end...

I don't use OpenPGP.js. Instead I'm trying out an Asm.js port of GPG2 (see https://github.com/manuels/unix-toolbox.js-gnupg). I run it in a web worker and then simply save the virtual filesystem as...

If you're interested here is [my GPG interface](https://github.com/autonomail/autonomail/blob/develop/app/scripts/crypto/services/gpg.js).