Zeke Foppa

Results 329 comments of Zeke Foppa

Assigning @rekhoff. It looks like there are some changes suggested above that might just fix this. If this takes a while to investigate/fix, let's re-evaluate.

I'm unsure how much work it would be to sign the scripts, but it sounds like this might be a default restriction on Windows machines? Unclear. I think this would...

Thanks for filing an issue! Yes, once a user publishes a database, no other user can publish that database. However, any user can publish a different module. This page has...

I'm closing this since we no longer maintain that homebrew repository.

Based on some followup discussion in the SpacetimeDB discord, it sounds like this might be down to Windows antivirus flagging the download as potentially malicious. We're investigating!

@lokimckay I think it would likely be caught by the filesystem-level protection, rather than the firewall. **If you're willing**, can you try temporarily disabling the "real-time protection" option? I'm curious...

Thank you for trying! Windows Defender is a mysterious beast. We're investigating why it's flagging this at all.

Hey @sniper00! SpacetimeDB is designed to be quite performant for these kinds of use cases (even though it's not NoSQL). For example we have a chat demo here: https://github.com/clockworklabs/SpacetimeDB/tree/master/modules/quickstart-chat. We...

In the future we may choose to add a feature like this that allows users to choose the server-side reducer name, e.g.: ``` #[reducer(name = EnterGame)] fn enter_game() ```