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

# Description of Changes Previously, only `INNER` and `CROSS` joins were possible. This adds support for `LEFT OUTER` joins with certain limitations (basically, same as for `INNER`). Doesn't play so...

It took a while to hunt down the source of this. Rather than an error message, trying to generate bindings gave me the unhelpful message `EOF while parsing a value...

# Description of Changes Introduce a new **LLM benchmarking app** and supporting code. * **CLI:** `llm` with subcommands `run`, `routes list`, `diff`, `ci-check`. * **Runner:** executes globally numbered tasks; filters...

release-any

Randy has designed the header for the dashboard to work everywhere on the site. We should update it to use the new header everywhere:

We should be able to grab the bottom drawer and drag it up and down (same with the functions side bar). This functionality should be more or less identical to...

# Description of Changes * _Note: based on (and includes) #2957._ For a table like this: ```rust #[table] struct User { #[primary_key] id: Identity } ``` generates a type like...

# Description of Changes _Related issues: #2379, #2604._ To be able to do this: ```rust #[derive(SpacetimeType)] pub struct Position(vecmath::Vector3); ``` (previously, the derive macro would panic.) **This is an early...

issues i currently have are: - no docs that explains the setup of spacetime dev (not found in https://spacetimedb.com/docs/cli-reference or somewhere i could find) - that --database name and --client-lang...