Zeke Foppa
Zeke Foppa
# Description of Changes This PR is meant to be included in perf tests. It enables `tracy`.
# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...
# Description of Changes Remove a deprecated `--project-path` flag. # API and ABI breaking changes If this is an API or ABI breaking change, please apply the corresponding GitHub label....
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,...
# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...
If a user adds a server with trailing slash, they can get errors e.g. ``` Error: Unable to retrieve fingerprint for server: https://bitcraft.spacetimedb.org/ Is the server running? Add a server...
# 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 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...
Criterion benchmarks have been failing since we merged https://github.com/clockworklabs/SpacetimeDB/pull/1305. We thought this would just require removing the `.spacetime` directory used by the benchmarks, but this doesn't seem to have fixed...