Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merged patches from original project and made project testable in CLI #1

Closed
wants to merge 31 commits into from

Conversation

amir-arad
Copy link

No description provided.

zippy1981 and others added 30 commits November 27, 2012 14:43
or it may break the code after concated and minified
…nt timestamp returned by a date object will already have 8 digits when converted to hex (this is the reason why the current code works
We get 2 bytes for the process id, which is a number within [0, 2^16).
Math.random() returns a number [0, 1), so we don't need to worry about
the value being >= 2^16.
The 3-byte counter should start at a random integer, instead of 0 as per
the ObjectId
[documentation](http://docs.mongodb.org/manual/reference/object-id/).
Fix crashes on Node (from stringifying invalid ObjectIds, and from no document global)
Make cookies actually work (and fix various issues with them)
# Conflicts:
#	.gitignore
#	README.txt
#	pom.xml
#	src/main/javascript/Objectid.js
#	src/test/javascript/Objectid_spec.js
@amir-arad amir-arad closed this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants