SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
``` 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...
 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...
# 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...
Tyler notes: BitCraft has worked around this for now.
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,...
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...
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...