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

From our macro code: ```rust let scheduled_at_column = scheduled_at_column.ok_or_else(|| { syn::Error::new( sched.span, "scheduled tables must have a `scheduled_at: spacetimedb::ScheduleAt` column. \ if the column has a name besides `scheduled_at`, you...

# Description of Changes Added docs for `FilterableValue`, and made that trait visible so that it shows up in the docs. I also added a `#[doc(hidden)]` "private" supertrait bound to...

release-1.1

# Description of Changes Commits: 1. Allow plain enums as index keys in Rust and C# bindings. For Rust, `FilterableValue` is impld when deriving `SpacetimeType`. 2. Specialize indices on plain...

release-any

For testing/benchmarking purposes. Follow-up to #2543 . This experiment is intended to test the theory that our synchronization overhead is coming from moving work off the "main thread" to Rayon...

For testing/benchmarking purposes. One theory about our performance is that we're spending a lot of time context-switching between Tokio and Rayon threads. This build will be used in the first...

As of #2550 , we use the `NullEnergyMonitor` in both standalone and cloud. Energy computation happens elsewhere. As such, all the machinery in our codebase which interacts with the `EnergyMonitor`...

- [X] Read the [Contributing document](../blob/-/.github/CONTRIBUTING.md). Summary --------------- [gogo/protobuf](https://github.com/gogo/protobuf) has been deprecated for years. We should be using up-to-date protobufs provided by [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go). In order to fit our use cases,...

# Description of Changes Fixes #2515 # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [ ] Make sure that there are...

Ahoy! Very interesting tool, excited to try it out Claude Code and I tried to install the quickstart-chat app, vanilla. It was fiddly business, we got there in the end...

[From a report on Discord](https://discord.com/channels/1037340874172014652/1037343198617538580/1356920243003461653). The Rust type `Vec