SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Add VCRuntime detection and installation. This runtime is mandatory. # Description of Changes Update the Windows powershell script to install VCRuntime. # Expected complexity level and risk Not complex. Download...
I am installing SpacetimeDB on nixos using podman OCI containers. I suspect this issue is related to the data directories that I pass into the docker container. The nix file...
# Description of Changes Implements `IComparable` for `Identity` and `ConnectionId` This relates to the following issue: https://github.com/clockworklabs/SpacetimeDB/issues/2348 # API and ABI breaking changes Not a breaking change. Adds functionality and...
SpacetimeDB could be really useful for Minecraft Plugin developers to code against that type of DB. Minecraft servers like Hypixel, Wynncraft have their own infrastructures that took serval years to...
### Issue: When attempting to create a table that uses `Identity` as an index of a BTree like: ``` #[index(btree)] pub identity: Identity, ``` Generated code in C# will throw...
# Description of Changes All test written works including commented ones. Use command ``` python -m smoketests --compose-file ../private/docker-compose.yml --docker --no-docker-log -k replication ```
We have no compelling reason for these to be separate repos. # Definition of "Done" - [ ] Merge spacetime-docs into a subdirectory of SpacetimeDB - [ ] Integrate/update the...
# Description of Changes Incipient support for `EXPLAIN` with close plan output as in `Postgres` (but not yet conformant). It has the extra capability of showing extra metadata about the...
# Description of Changes Stacked on top of #2075. This removes the manual `matches` against the `AST` to use the new `EXPLAIN` support, to simplify the tests and make them...
After trying to add SpacetimeDB to the official Homebrew repository (not [your tap](https://github.com/clockworklabs/homebrew-tap) but the [main repo](https://github.com/Homebrew/homebrew-cask)) I got following CI error: ``` audit for spacetimedb: failed - Signature verification...