SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Currently, `spacetime publish` detects language by searching for `Cargo.toml`, and assuming the absence means we’re in a C# project. This is bad, because it means if you run `spacetime publish`...
Right now, a C# module requires `enable` Personally, I don't like implicit usings. However, when I turn them off, I get a slew of errors (shown below). The generated code...
Directly from your helpful docs LLM: > You're right - this appears to be a documentation gap. While the SDK documentation shows how to use the generated helper methods for...
``` The install process is complete; check out our quickstart guide to get started! ``` On macOS installing via `curl -sSf https://install.spacetimedb.com | sh` The link is broken (404).
# Description of Changes Previously the server implemented set semantics for incremental join updates. This was always incorrect, but the client SDKs didn't know how to handle duplicate rows. Now...
https://discord.com/channels/1037340874172014652/1037343198617538580/1348092383245631520
The SQL runner panics when updating a row. The update does go through: ```sh 🪐spacetime-server>select * from config id | messageOfTheDay | keyCodes | tickRate | playerAcceleration ----+-----------------+----------------------+----------+-------------------- 0 |...
# Description of Changes Currently if the primary key column is named in snake case, the typescript client won't be able to find it, because it converts the fields to...
The lifecycle reducer `Update` is present in the [rust module codegen](https://github.com/clockworklabs/SpacetimeDB/blob/74661be0c296e52afb32c7a3669d56e536558875/crates/bindings-macro/src/reducer.rs#L19), but missing in the [csharp module codegen](https://github.com/clockworklabs/SpacetimeDB/blob/74661be0c296e52afb32c7a3669d56e536558875/crates/bindings-csharp/Codegen/Module.cs#L628). Not sure which version this was removed in, however I'm fairly sure...