James Keane

Results 7 comments of James Keane

@aleksey-bykov I agree with you here. Ideally I'd like to see something like the closure compiler, where you can provide compile time definitions: `closure-compiler --define "DEBUG=true"`

Also, the README should document how to configure whitespace.

That is a pretty good idea, and it can be done. ``` require ('tamejs').register({ extension: ['tame.js']}); ```

Then how do you actually return something from an async function. i.e. promises?

Yes, the master branch of this fork will remain stable.

I believe you are running into the same problem as I was, the problem is to do with node-amqp not properly closing channels on error as in #136. I have...

I'm noticing this as well on version 1.31.2, it was working a few weeks ago.