Zeke Foppa

Results 153 issues of Zeke Foppa

- [ ] It should update the released version - [ ] It should update the "effective date" (to the current date)

When a user has a reducer they named `EnterGame`, and they try to call it as e.g. `spacetime call EnterGame`, we should recommend the correct canonicalized naming (`enter_game`)

From https://github.com/clockworklabs/SpacetimeDB/pull/2173: Let's investigate https://github.com/crate-ci/cargo-release instead of updating our own `publish-crates.sh` script forever.

The BSATN codegen for c# often generates pattern like `new(new())` to emulate rust's variant types, and wraps certain value types into reference classes, such as `Timestamp` and `EnergyQuota`. Similarly, many...

The Rust SDK generates table accessor traits named `trait FooTableAccess`, whereas the module library generates `trait foo`. I initially thought we needed to generate the names in the SDK, but...

Update the cookie processing for the session so that invalid cookies do not cause a server error. A bad session cookie should be detected and discarded. This is possibly a...

We'll be printing them on auto-migrations once the pretty printing for those is implemented, but it would be nice to also print a summary when a module is first uploaded....

``` pub enum IterByColRange), /// When the column has an index, and the table /// has been modified this transaction. Index(IndexSeekIterInner), } ``` The types here could have better names....