Jann

Results 35 comments of Jann

@ceymard But you could argue that although coco is a preprocesor, inlining is a completely different job.

@ceymard Quickly coded this, would it work for you? https://github.com/thejh/node-astjourney/tree/master/example

I think that this is most useful for I/O, and that's async in node. Therefore, I think this also needs to be able to span async stuff. As long as...

Hmm, wondering about whether there should be a `Object.keys(_ref).length === n` check for object literals... maybe that could be the default for `is`, and `{a: "foo", b: "bar"}

Same for arrays: `[x, y]

I thought that `[x, y]

Heh, I have the same problem with my library (nacl) - it works on node v0.4.12, but not on node v0.6.x.

Btw, I'm referring to this file: https://github.com/nanotube/supybot-bitcoin-marketmonitor/blob/master/GPG/helperscripts/bitcoin-otc-gpg-eauth-pidgin.py

@Hasimir The danger is not that a passive attacker can intercept stuff. The danger is that an active attacker can substitute the challenge with a secret message directed to the...