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

I'd like each database to have a slow query log in the form of a system table. We should log ad hoc queries submitted via the cli as well as...

`spacetime logout` calls `logout` on the auth server, which means that if we're offline, we can't log out. This also means that we can't use `spacetime login --server-issued-login local`, so...

# Description of Changes 1. Previously, we had a bug when multiple clients would subscribe to the same query and protocol (bsatn) but with different compression algorithms. This PR fixes...

bugfix
release-1.0.1

# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...

Do not merge

See [discord thread](https://discord.com/channels/1037340874172014652/1037343198617538580/1347495549565141012) for details. A user is hitting a client cache invariant check in the rust SDK. https://github.com/clockworklabs/SpacetimeDB/blob/0dd18070636edbfe26d4cd17af75214808d9fba5/crates/sdk/src/client_cache.rs#L187 This means we are attempting to delete a row from the...

bug

When clicking on the SpacetimeDB logo, `overflow: auto;` gets applied on the `` tag which creates a horizontal scrollbar. https://github.com/user-attachments/assets/3b580f24-2b09-4046-902d-039458a8432e

When running an `update` or `delete` query in SQL, the API does not return any rows (although it does do the operation properly). This was the root cause of https://github.com/clockworklabs/SpacetimeDB/issues/2358.

bug

### Issue/Problem There are duplicate tabs in the documentation for the reducer located at the /docs route. Path: https://spacetimedb.com/docs ### Expected Behavior: It should only render two tabs; multiple tabs...

For some reason, we've been opening the read-only index file with `.read(true).append(true)`. This translates to `O_RDWR | O_APPEND` on *nix, but something weird on Windows. A shared memory map requires...

release-any

# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...