SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Cannot find documentation about RLS (Row Level Security). Looking through issues it seems RLS is experimental and only client side. So malicious user can remove any restrictions from the subscribtion...
# Description of Changes Instead of collecting to a single vec, we collect to a linked list of vecs, which is rayon's [recommended way](https://docs.rs/rayon/latest/rayon/iter/trait.ParallelIterator.html#method.collect_vec_list) of collecting a parallel iterator into...
# Description of Changes Follow-up to #2539, making it so core doesn't have 2 rand versions in the dependency tree. Because the `rand` feature of `bindings` is specifically 0.8, I...
# Description of Changes # API and ABI breaking changes # Expected complexity level and risk # Testing - [ ] - [ ]
Hi! I just found this and it would be perfect for my next project. However there is no flutter SDK yet, not that i expected it to be. Any advice...
I'm on windows x64 and experimenting with a simple lib file even when I comment-out most of my code: ### **lib.rs** ``` use once_cell::sync::Lazy; use spacetimedb::{ Identity, ReducerContext, ScheduleAt, Table,...
## Issue I'm running into a problem that the connection gets interrupted if I call an insert reducer. I've created separate repo's for the server and client repo ## System...
# Description of Changes Was doing an investigation into subscription updates and discovered a bug that reordered `` comparison expressions incorrectly. I added subscription update tests for exercising the fix....
# Description of Changes Fixes #2577 . Adds a new method to `HostController`, `check_module_validity`. This method instantiates and inits a short-lived module, which will catch various errors that normally would...
# Description of Changes I removed a file that has been unused since #2243. # API and ABI breaking changes No breaking changes (unused file). # Expected complexity level and...