James Keane
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.
Added a rudimentary test for success using metadata plugin in `test_ssl.cpp`.
>What happens if this field is set on a magnet link but the torrent turns out not to be an SSL torrent? I could see it going both ways: 1....
> Should the root certificate also be allowed to be passed on the magnet link URI as well? I don't see why not, the vast majority of root certs would...