SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
It's being pulled in by reqwest, which comes as a default feature we're not using (see https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml) We're also using it in standalone to generate keys, which can be delegated...
Consider this contrived module. ```rust use spacetime::*; pub mod gems { use super::*; #[derive(SpacetimeType)] pub enum Gem { Diamond, WorthlessGlass, } #[derive(SpacetimeType)] pub struct Inventory(Vec); } pub mod fruit {...
Currently having any issue in C# code that results in an exception inside Roslyn codegen, ends up printing a useless wall of errors (999+ in case of BitCraftClient), making it...
# Description of Changes Adds a parameter `--output-format` to both the `sql` and `subscribe` subcommands, which allows to format the output as either JSON, CSV, or the ASCII table format...
# Description of Changes Closes [#581](https://github.com/clockworklabs/SpacetimeDBPrivate/issues/581) Stores module logs in `$STDB_PATH/database_instances` # API and ABI breaking changes If this is an API or ABI breaking change, please apply the corresponding...
# Background We currently feel compelled to do a monolithic release, where we release + deploy releases across all our repo at nearly the same time. This is unnecessarily tight...
# Description of Changes See schema proposal (to be updated with types from this PR...) # Expected complexity level and risk 5 # Testing
The FIXME here: https://github.com/clockworklabs/SpacetimeDB/blob/3e6f91be8969b2f5ceb3beed60434de3393252c4/crates/core/src/db/datastore/locking_tx_datastore/mut_tx.rs#L365-L371 is a problem. This came up while trying to implement #1523. 1523 is just a convenience, so this isn't a huge deal that it's blocked. However,...
# Description of Changes If/when we have ABI breaking changes, this directory can cause benchmarks to start failing. # API and ABI breaking changes None # Expected complexity level and...
We tried to run a `spacetime sql` query as a non-admin user and attempted to use the `-a` flag (which allows for passing an anonymous identity to SpacetimeDB). When we...