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

``` spacetime sql control-database "SELECT * FROM Node" config file "/Users/tylercloutier/.spacetime/config.toml" is invalid: Error { inner: Error { inner: TomlError { message: "duplicate key `identity` in table `identity_configs`", original: Some(REDACTED...

![image](https://github.com/user-attachments/assets/bfd3b630-0f56-434b-af26-89e51ef668a3) Title! Newly created identities show 0 energy in the http API and in the CLI as a result. I do not know if this is purely visual, or if...

In my experience plus in Ingvar's comments in #1573, it seems slightly challenging to be implicitly adding fields to a table struct. It is also unusual from the user's point...

Currently, `AlgebraicValue::F32/F64` uses [`decorum::Total`](https://docs.rs/decorum/latest/decorum/type.Total.html) and `Total` as a way to get `Ord` and `PartialEq` implementations for floats. The `Ord` impl eventually uses [`decorum::FloatOrd`](https://docs.rs/decorum/latest/decorum/cmp/trait.FloatOrd.html) and [`decorum::FloatEq`](https://docs.rs/decorum/latest/decorum/cmp/trait.FloatEq.html). For `FloatEq`, this eventually results...

bug

# Description of Changes Removed the brotli dependency and replaced it with the flate2 library already being included. # API and ABI breaking changes Changes the communications between the STDB...

release-any

The help text suggests providing the anonymous args in the wrong order: ``` $ spacetime sql error: the following required arguments were not provided: Usage: spacetime sql For more information,...

bug
release-0.12

The `SqlAst` should represent the SQL grammar as defined in the spec. As such there are a few changes we should make. 1. No name resolution or type checking We...

release-1.0

This requires a smoketest to ensure there are no regressions in order for this to be marked done.

In the 0.10 release, we were surprised by user identities being invalidated. I believe this was due to some paths changing, so the servers' keys for signing the identities could...