SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Multiplayer at the speed of light

Results 693 SpacetimeDB issues
Sort by recently updated
recently updated
newest added

Hey there, I tried toying (rust server and rust CLI client) with the standalone server locally on a toy simulation with ~50 clients randomly moving their avatar on a 16x16...

bug

# Description of Changes When generating typescript types, if we have an array of unions, we wrap the inner type in parens, to fix https://github.com/clockworklabs/SpacetimeDB/issues/2541. # API and ABI breaking...

# Description of Changes I've splitted the rust macro code into an input and output region so that it can be unterstood better. No changes to code logic was made....

## Steps to repro 1. Open powershell as admin 1. `iwr https://windows.spacetimedb.com -useb | iex` ### Result 1. Error during install 1. `spacetime version list` = nothing listed 1. `spacetime...

# Description of Changes This PR fixes publishing the `auth` crate by: - Adding a `LICENSE` - Adding a `description` - Adding the `serde` feature to `spacetimedb-lib`, so that the...

The `auth` crate is missing `description` and `LICENSE`, and needs to use `spacetimedb-lib` with the `serde` feature enabled.

`cargo publish` gets mad at "cyclic" dependencies due to dev-dependencies. The github issue (https://github.com/rust-lang/cargo/issues/4242) claims that if you use `path` dependencies, they will be automatically ignored. # Definition of "Done"...

Just wondering if Quic has been in discussion outside of the repo for SpacetimeDB; if so, are there any plans on adding it as a feature option, or was there...

# Description of Changes Typescript field names use camel case, but indexes were using snake case, which meant they could never find anything if the field has multiple words in...

See https://discord.com/channels/1037340874172014652/1037343198617538580/1362096921950294017