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

A user in the public discord ran into [this issue](https://discord.com/channels/1037340874172014652/1351088091175194685/1351091372211441744). Apparently if you define a table like: ```rust #[table(name = mails, public)] #[derive(Clone)] pub struct Mail { // #[primary_key] //...

bug

See [https://github.com/clockworklabs/SpacetimeDB/issues/2513] for motivation, design &c.

- Fix whatever's going on with the glibc version. - Ensure that it contains whatever SSL packages are necessary to avoid #2482 .

# Bounty: Enable & Validate `mistralai/Ministral-8B-Instruct-2410` on Tenstorrent Hardware ## Description This bounty involves enabling and validating `mistralai/Ministral-8B-Instruct-2410` on Tenstorrent’s hardware. The goal is to ensure that `mistralai/Ministral-8B-Instruct-2410` compiles, runs...

Should probably just build from source. Otherwise you could get into a bad situation where a user has `clockworklabs/spacetime:1.0.1` but has updated the cli inside to 1.2.0 and is confused...

Currently, the UX of restricted index key types is pretty poor. You don't get a compile-time error when creating the index, you just don't have access to the filtering methods....

In the C# client SDK, it should be possible to spacetime generate bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...

In the TypeScript client SDK, it should be possible to `spacetime generate` bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...

In the Rust client SDK, it should be possible to `spacetime generate` bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...