Zeke Foppa

Results 329 comments of Zeke Foppa

if we run out of time we'll move this to P2, but we think we should do this. @cloutiertyler asked to assign this to @Centril (we think @coolreader18 could probably...

We think this `#[reducer(...)]` syntax already exists, at least in Rust. We should confirm in C#.

We'll address this in Blackholio by not checking in the bindings, that way there's a mandatory user step of "generate the bindings"

Hey @Syrou, sorry for the delay here. Given that this issue doesn't really have a specific resolution, I'm going to close this. We think this discussion would fit really well...

Hey @PastelStoic, would you be able to provide an example of the module that causes the error? Generating bindings (via `spacetime generate`) doesn't connect to the database or server at...

Thank you for the module! You're right, `spacetime generate` _does_ rely on what's generated by `spacetime init`. I didn't read your message closely enough, sorry about the bad info. Do...

Reduced repro for the team: ```rust use spacetimedb::{table, ReducerContext, Table}; #[table(name=user, public)] pub struct User { #[unique] pub id: u32, pub other: u32, } #[spacetimedb::reducer(init)] pub fn init(ctx: &ReducerContext) ->...

^ what Tyler said. (But also, it's worth saying that if `init` fails, it will fail when you publish the module).

Thank you for putting this together as an example!

Thank you for filing this! We'll work on getting this improved.