Alex Shapiro
Alex Shapiro
Site IDs are limited to compact types like `u32` because they are included in the UID of each CRDT element (i.e. a `List` with 100 elements requires 100 site IDs)....
Right now there's no JS counterpart to Ditto. However, it should be possible to compile Ditto to WebAssembly with Rust's `wasm32-unknown-unknown` target, and one of my medium-term goals is to...
Yeah it hangs at exactly that log line. Adding `--no-sync` has no effect: ``` uv add --dev ruff --no-sync -vvv DEBUG uv 0.9.10 (Homebrew 2025-11-17) TRACE Checking shared lock for...
Yeah a lot of the extras have mutually incompatible dependency trees. Each extra is a reinforcement learning environment with a pinned, uniquely-outdated dependency on `gym`, `gymnasium`, `pettingzoo`, etc. The user...