I think I’m finally ready to release an alpha version of the ramsey/identifier library, after several years of letting it stew (first commit was Sep 2022). I just need to get over the hump of filling in the README and writing the docs, now.
I think I’m finally ready to release an alpha version of the ramsey/identifier library, after several years of letting it stew (first commit was Sep 2022). I just need to get over the hump of filling in the README and writing the docs, now.
@ramsey @Crell we use https://github.com/glhd/bits in Verbs, but if there were an canonical way to do snowflakes that would be even better.
(Although we’re very likely to switch from snowflakes to UUIDv7 before tagging 1.0. Snowflakes and JS are just too much of a headache, and they’re less convenient in the world of cloud computing when you don’t necessarily have known workers.)