Oddbjørn Grødem

Results 71 comments of Oddbjørn Grødem

I think we can close this, but we may return to it at some point in the future, we'll see!

Hey @LigeronAhill, apologies for the delayed response. Was your deployment unable to connect, or were you unable to connect to it directly? If it's the latter, being unable to connect...

Hey @dev-ardi! This is due to using the `sqlx` query macros that run compile-time checks against a database. I believe you can resolve this by using [`sqlx` offline mode](https://github.com/launchbadge/sqlx/blob/main/sqlx-cli/README.md#enable-building-in-offline-mode-with-query). Let...

By the way, do we know that this will not cause issues similar to what we saw in the past when we enabled Datadog docker stats collection? IIRC it was...

Which version of rust are you on? We have an issue where if the users rustc/cargo is greater than the version we use in `cargo-shuttle` (which uses the `cargo` library`)...

Hm, that should work. :thinking: You could try using 1.68, but I don't believe having an older version should be an issue.

Thanks for opening this Matthew! :heart: We're definitely interested in exploring this and we'd welcome a PR for it. Personally I don't know much about surrealdb yet, so if you...

Yes, we should definitely improve this. I am curious though, because I believe if you do have a `Secrets.toml` file but the key is missing, you will get the expected...

I took a quick look now and it may be more complicated than I thought, because if a `Secrets.toml` is missing the local run should just use an empty `BTreeMap`,...

That would be great @JosueMolinaMorales! To see some examples of where we do something similar, in `cargo-shuttle/lib.rs` we use a loading spinner for `project_status`, `project_create`, `project_delete` and `stop`, so it...