Zeke Foppa

Results 153 issues of Zeke Foppa

BitCraft module, prior to the `Timestamp` overhaul, used `Timestamp::checked_add(self, duration: Duration) -> Option`. We should provide this same method, and likely any other arithmetic that `SystemTime` also offers.

## Definition of Done We have audited our old smoketest coverage (pre python), and make sure they are all covered by our new smoketests repo (the python one).

We would like to be able to print automatic migration plans so that users can see what is happening when they upload a new version of a module.

Currently, `spacetime publish` detects language by searching for `Cargo.toml`, and assuming the absence means we’re in a C# project. This is bad, because it means if you run `spacetime publish`...

We want an `OnUpdate` hook for C# modules. This hook will be called whenever the module is published. Note: We may want to separately consider a rename of this hook,...

# Background We used to support project-specific config files (similar to a project-specific git config). We removed support for these, but we'd like to add it back eventually. # Definition...

`spacetime logout` calls `logout` on the auth server, which means that if we're offline, we can't log out. This also means that we can't use `spacetime login --server-issued-login local`, so...

# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...

Do not merge

When running an `update` or `delete` query in SQL, the API does not return any rows (although it does do the operation properly). This was the root cause of https://github.com/clockworklabs/SpacetimeDB/issues/2358.

bug