Zeke Foppa

Results 153 issues of Zeke Foppa

We noticed that, although the install scripts are tracked in the repo, we're not confident that the deployed ones were deployed from the repo. # Definition of "Done" - We...

# Description of Changes I've gotten tired of manually updating the ordered list of crates to publish, so I had chatgpt make a python script that will do it for...

# Description of Changes This was using a GH token that was not passed to external CI, so the contributor check would always fail. This was originally broken in https://github.com/clockworklabs/SpacetimeDB/pull/194....

# Description of Changes This PR fixes publishing the `auth` crate by: - Adding a `LICENSE` - Adding a `description` - Adding the `serde` feature to `spacetimedb-lib`, so that the...

The `auth` crate is missing `description` and `LICENSE`, and needs to use `spacetimedb-lib` with the `serde` feature enabled.

`cargo publish` gets mad at "cyclic" dependencies due to dev-dependencies. The github issue (https://github.com/rust-lang/cargo/issues/4242) claims that if you use `path` dependencies, they will be automatically ignored. # Definition of "Done"...

See https://discord.com/channels/1037340874172014652/1037343198617538580/1362096921950294017

# Description of Changes See https://github.com/clockworklabs/SpacetimeDB/issues/2679. At some point, this code was changed so that `current` contains an entire path, rather than just the version string itself, so the comparison...

# Background We'd like the CLI to let users know if they'd be able to upgrade. # Definition of Done - [ ] When users run any command, try to...

e.g. ``` $ spacetime version list 1.1.1 1.1.0 ``` The code says it's meant to show `(current)` somewhere.