Preston Hager

Results 4 issues of Preston Hager

**Description** When running the calculator, the first number in a full line cannot be a negative number. In either the interpreter, JIT, or VM, it errors with the following message:...

bug

I am installing SpacetimeDB on nixos using podman OCI containers. I suspect this issue is related to the data directories that I pass into the docker container. The nix file...

There are two licenses mentioned in the repository. First the top level has a license file which is the MIT license. Then the `Cargo.toml` file defines another license, the BSD-3-Clause....

As stated in the .gitignore, Cargo.lock should be included in repositories for executables, i.e. removed from .gitignore. Please see [https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html) for more information. Pull request is motivated by the need...