procr1337
procr1337
It appears that [`TransactioMut::apply_delete`](https://github.com/y-crdt/y-crdt/blob/0c74f74ab71646b4ec1ef01bbc841a6187bc6342/yrs/src/transaction.rs#L607) discards delete set for clients that it hasn't seen before, leading to some weird edge cases where updates being applied out of order can lead to...
I am not sure what the previous implementation was trying to do when crates are deleted in the upstream index, but it definitely led to some incorrect behavior. The actual...
**Disclaimer:** A lot of this code was written with AI assistance. I reviewed it & improved the test coverage. Additional fixes (in separate commits which can be cherry-picked if needed):...
Since there are feature flags for ring and aws-lc in libunftp, it seems unintended to pull aws-lc-sys unconditionally via the tokio-rustls default features. Furthermore, the build failed with "aws_lc_rs" disabled,...