Phoebe Goldman
Phoebe Goldman
> We would like to see the number of bytes per table so that we can track which tables have very large rows. It would be very easy to compute...
As yet unable to reproduce. If anyone else runs into this, please save your `~/.spacetime/config.toml`, and ideally the series of `spacetime` CLI invocations that got you to this point.
I suspect this is fixed by #1109 , #1196 and #1341 . Closing, but if it reappears we can reopen.
Tabling this for now, because while implementing the various `vec` operators on transients I've discovered that transient vecs aren't a huge win - `push-back` and `pop-back` get better, but `extend`...
- We want specifically to allow "c-style" or "simple" enums, i.e. those where all variants are unit. - We want to support filtering by these values in all of Rust,...
How do you codegen for a transparent type?
Tentatively marked release-1.0 as @Centril determines whether this is internal or external.
This one is going to be much more work to get merged than [your previous PR](#2678). It's going to need: - Implementations in the module bindings libraries in both Rust...
How large is "large?"
Likely we should have a callback `on_identity_connected` or `on_identity_disconnected`, and corresponding `ReducerEvent` variants. The SDK should not generate code to invoke these reducers, only to listen for them. Open questions:...