-
## Feature Request
I propose to add support for the new UUID versions (V6, V7, V8, Nil UUID, Max UUID) according to [draft-ietf-uuidrev-rfc4122bis-14](https://datatracker.ietf.org/doc/html/draft-ie…
-
-
I appreciate v7 is still in draft, however, UUIDv7 specifies the timestamp part as,
`the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded.`
and
`For other level…
-
Question: Too many or too much?
Current Draft-02 implementation:
- 36 bits to avoid [the year 2038 problem](https://en.wikipedia.org/wiki/Year_2038_problem).
- If 32 bit timestamp, pad left/start…
-
-
Current tests are very superficial
-
I think the 0.3.0 version on npm did not have `build` run successfully on it before being published - it's missing the new await-free import method from https://github.com/ongteckwu/typeid-ts/pull/7.
…
-
Hi,
I tried to generate 10 UUIDs (version 7) in a loop by the following simple program:
```rust
use uuid::Uuid;
use uuid::Timestamp;
use uuid::NoContext;
fn main() {
for _i in 1..10 {…
-
Hey there, I wonder if we could ["merge"](https://github.com/moby/moby/issues/3378#issuecomment-411824851) the `pg_uuidv7` image into the base image.
- Why would you do that?
I have other extens…
-