[nodejs] Re: Binary encoding and the crypto module

2012-08-14 Thread Martin Thomson
I know that it's been a long time since this question was asked, but I'm still interested in the answer. The fact that these two lines produce different answers is surprising: $ node -e 'var crypto = require(crypto); var h = crypto.createHash(sha1); h.update(b\u1234);

[nodejs] process.env.hasOwnProperty

2012-06-22 Thread Martin Thomson
process.env instanceof Object === true typeof process.env.hasOwnProperty === undefined Bug? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups