-
Hi,
At the moment, Proletarian uses a type-4 UUID for the job-id (via a `(UUID/randomUUID)` function call in the `job.clj` namespace). This is totally fine and works great! However, it may be worth…
-
Would it be possible to make `ulid::Generator::new()` const?
That could be used to statically initialize it, so it wouldn't require lazy initialization.
-
#### How about using id generator replace snowflake with [ulid](https://github.com/oklog/ulid). Maybe use ulid as an alternative.
-
Hi there, I love using Uuids / Ulids as primaries, and I jumped on this feature !
But it looks like it works only if we don't pass any parameters `php bin/console make:entity --with-uuid`
**How t…
-
I think I've found another issue while using ULID generators, but I'm not sure if the problem comes
from this package or from the Uid component itself.
When generating the value to be saved to the…
-
I could be horribly misreading the code, but on every new millisecond it'll reseed the random state with new entropy. If the increment moves the entropy to RAND_MAX (i.e. 2^80), the generate function …
-
kikar updated
4 months ago
-
Greetings,
I am compiling a GUID summary sheet which tries to aggregate different dimensions with the intent to help engineers pick the right generator.
Would you be kind enough to help me valid…
-
The actual number of ULIDs I can get in a millisecond might only be 1 (with absurd probability 2^-80). We could guarantee at least 2^79 ULIDs by requiring the first random generated in a millisecond …
TomMD updated
2 months ago
-
As Inoas pointed out on Discord, it would be nice to have a way to avoid having a hard dependency on any specific library for supported types (eg youid for uuids); otherwise we'd end up having a set o…