Flavian Desverne

Results 104 comments of Flavian Desverne

@mcuelenaere I have investigated why tests were failing. Turns out `SystemTime::now` is not implemented yet for Wasm. https://github.com/rust-lang/rust/issues/48564 Fortunately, `uuid` has a `"js"` feature which works around this limitation. https://github.com/uuid-rs/uuid/blob/main/src/timestamp.rs#L302-L327...

Hey @3od1ak, We can't reproduce your issue without knowing what the `data` object is. Could you share with us a bit more info? Thanks

Hey @3od1ak, this is a friendly ping. We tried reproducing your issue but couldn't so we need further information. It'd be really helpful if you could provide us with a...

Hey folks, We have spotted this issue as potentially being solved by the new `relationJoins` preview feature, which uses `JOIN`s to resolve relations in a single query. If you have...