Maël Obréjan

Results 19 comments of Maël Obréjan

Is anyone working on this ? I could make a PR for `v7`.

I have forked this repo and started to play with things on the [v7 branch](https://github.com/malobre/uuid/commits/v7). I will be putting any public facing additions behind the `v7` feature and `uuid_unstable` cfg....

> @malobre does your fork currently work? No, I only made some groundwork as I intended to clarify some things beforehand. In the meantime, here's a snippet for __single-node__, __non-batched__,...

FYI, I stumbled upon a rust implementation: https://github.com/LiosK/uuid7-rs I believe the main challenge will be integrating UUIDv7 with the existing `Timestamp` struct rather than the implementation itself.

FYI, I am not currently able to spend much time on this (or open-source in general). If someone want to take a stab at this, please do :-)

https://github.com/docker/buildx/pull/535 should fix this and make using github cache a breeze: ```yml [...] - name: Build uses: docker/build-push-action@v2 with: tags: user/app:latest cache-from: type=gha cache-to: type=gha ```

The server side is not implemented yet: https://github.com/moby/buildkit/pull/1974.

Related: [Announcing tokio-uring: io-uring support for Tokio](https://tokio.rs/blog/2021-07-tokio-uring)

Hey @seanmonstar, I'm cleaning up my active PRs. This one still seems relevant, could you take a look if you have the time? Thanks