node-buffalo
node-buffalo copied to clipboard
[project inactive] Buffalo is a lightweight BSON library for Node.js
Otherwise I'm getting all zeros for machine id part of ObjectID.
The increment of generated ObjectIds starts at 1; it should start at a random value. See https://jira.mongodb.org/browse/DOCS-218 and discussion at https://groups.google.com/forum/?fromgroups#!topic/mongodb-user/ajgO9wUxbos for details. (FYI: I'm not currently using this library;...
As you know, `3.14` and `new Number(3.14)` are same in Javascript, but `typeof(3.14) == 'number'` and `typeof(new Number(3.14)) == 'object'`, the writeElement function in bson.js doesn't process the second situation,...