jonaro00

Results 82 comments of jonaro00

The docs has a section on how to use auto reloading for backend and some frontends https://docs.shuttle.rs/getting-started/local-run#development-tips

I attempted this recently, but it causes dependency conflicts on bollard-stubs. When gateway is no longer using bollard, it might work (c-s will still use it).

@atcol ~~The `builder` directory currently holds an early version of the builder service. You can look at how it and [nbuild](https://github.com/shuttle-hq/cargo-nbuild) works, and investigate ideas for how to support something...

If it exists in postgres as well, it is type checked in the database, so mistakes in manual queries are rejected. I still think you have a good point. I...

Would be good if we injected log line "Dropping log lines. Too many lines per second." when the limit is reached (without spamming it ofc)

I would say this is blocked until we have a proper solution for #840

After #1565 is done, it might be possible to use SQLite on S3 with https://github.com/awslabs/mountpoint-s3

I made a temporary workaround to enable installing apt packages (or any prep work) in the container before a deploy. It is a bit ugly and tedious, but works for...

This issue is stalled due to uncertainties about how SurrealDB's license affects hosting on Shuttle. Once Surreal has their own cloud, there might be more activity on this front.

Since the last release, #922 has been merged, which means that the locally installed cargo will be used instead of a bundled one. I think that might solve the issue...