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

These should assert the raw contents of the messages, not just that they can be round-tripped through our ser/de code.

These should assert the raw format of messages sent and received by the server, not just that they can be round-tripped through our ser/de code.

The following reducer should either be a macro-expand-time error, or result in a valid `ModuleDef` with some valid, locally-unique `Identifier`s as the argument names: ```rust #[derive(SpacetimeType)] struct SomeProduct { a:...

The ability to use enums as index keys was removed before 1.0, we would like to add it back soon but this may require some design. cc @jdetter

BitCraft module, prior to the `Timestamp` overhaul, used `Timestamp::checked_add(self, duration: Duration) -> Option`. We should provide this same method, and likely any other arithmetic that `SystemTime` also offers.

## Definition of Done We have audited our old smoketest coverage (pre python), and make sure they are all covered by our new smoketests repo (the python one).

We would like to be able to print automatic migration plans so that users can see what is happening when they upload a new version of a module.

# Description of Changes Adds support for multi-column btree index filtering in the C# client - codegen emitting Filter() overloads in the index handles - codegen emitting BTree storage and...

release-any

The C# sdk api should have parity with the module api. This means the sdk api should support multi-column index calls.

It's sometimes convenient to use this envvar to point at a dotnet installation rather than a global, on PATH, installation.