John Detter

Results 38 comments of John Detter

Sorry to necro an old issue here but we have a feature coming in the future which will essentially allow a module to spawn another module. This would probably be...

Steps for moving this forward 1. Figure out how to do this 2. Determine how easy it would be to work this into our current release flow (probably as part...

This issue should now be resolved, please try the installation instructions on our website again. If you are upgrading from a previous version `spacetime version upgrade` should now work as...

Fixed by https://github.com/clockworklabs/SpacetimeDB/pull/2635 please reopen if you guys are still having issues 👍

Applogies to necro an old issue here but yes you would need to manually do this through code using 2 tables, one table which contains all messages and then another...

I responded in discord but I'll post this here as well for the Github users: I would try a few obvious things first: 1. Restart powershell 2. Restart your windows...

I like it that you can click on Rust or C# and they both change ![Image](https://github.com/user-attachments/assets/8e3e8307-39a2-407a-893a-d98f0ee1e015)

I am arguing for this to go into the testing release because I wasted time testing the wrong binaries because I couldn't identify which release they came from (tested v1.0.0-rc4...

@bfops This is frequently requested in the Discord for security reasons - people want to be able to write reducers like this: ```rust #[reducer] pub fn create_user(username: String, password: String,...

I don't super care about `Equals` or `HashCode` because I don't think we want users overriding these anyway. I think we should fix the cases for `ReadFields` and `WriteFields` because...