You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be a devastating bug in cases where order is vital. Would you consider making it so that import { ulid } from 'ulidx' gives you ulid = monotonicFactory()? If not, what about this for more convenience?
import{ulid}from'ulidx/monotonic'
I'm unsure why the version of ulid without the monotonic increase guarantee is desirable at all.
The text was updated successfully, but these errors were encountered:
I once created a bug with:
rather than:
This can be a devastating bug in cases where order is vital. Would you consider making it so that
import { ulid } from 'ulidx'
gives youulid = monotonicFactory()
? If not, what about this for more convenience?I'm unsure why the version of ulid without the monotonic increase guarantee is desirable at all.
The text was updated successfully, but these errors were encountered: