jonaro00

Results 117 comments of jonaro00

Alright. My first suspicion is the TCP stream timing out. The deployed app sits in a cloud environment with different networking setup than your local run. To test this, we...

For context, from googling about it: https://stackoverflow.com/a/45694328

@alana-glitch It should work on FF. Do you get this when trying to log in to https://console.shuttle.rs/ ?

Considering this repo is a great pool of templates to start from, diversifying in this direction makes it more likely that we have a starter template for everyone, at the...

Thanks for the suggestion! I think this is a good enough solution for those that want it, but restarting the project at each deployment can become very chaotic (especially if...

Project restarts are no longer a thing on shuttle.dev

Prebuild hook script (experimental feature) can now be used to install a custom toolchain on shuttle.dev: https://docs.shuttle.dev/docs/builds#experimental-hook-scripts

For me it works: ```sh $ cd axum/turso # on main branch $ cargo shuttle run # ...build... Starting turso-example on http://127.0.0.1:8000 2024-08-19T18:10:30.133+02:00 [Runtime] Starting on 127.0.0.1:8000 ``` Are you...

Great! If you want to contribute an upgrade to 0.5, you can look for shuttle-turso in the main shuttle repo.

Once HTTP/2 is fully supported (https://github.com/shuttle-hq/shuttle/issues/1582), we should definitely add gRPC examples.