jonaro00

Results 117 comments of jonaro00

cargo-shuttle now uses rustls only, and the sqlx-related plugins allow selecting tls implementation via features.

Axum 0.6 will remain in the dependency tree in some way until the enitre tokio ecosystem (tonic etc) has updated to 0.7. We are waiting for that and then bumping...

For context: In Drew's case, it was determined that this was caused by Tera when is did not find the templates folder. https://discord.com/channels/803236282088161321/1129993029596479568/1130808129232318505

Interesting solution, will try it out! The changes to Changelog and shuttle-poem can be excluded from this PR.

I added the tokio feature after getting a panic, but now I'm getting this when running the provided hello-world app: ``` # with patches applied cargo r -p cargo-shuttle --...

I copied the actix example and modified it ;) Thanks for investigating!

Thanks for the suggestion! We will consider adding support for more opinionated ways of secrets/env loading like this one in a future update. In that case it can probably be...

You can simply delete the cargo-shuttle (binary) file. You can find where it is (if it's on PATH) with `which cargo-shuttle`.

Thanks! Feel free to make an examples PR for a hello-world example. For the clerk example, do you envision it being a copy of the actix-web+clerk example, or something new?

The clerk example uses an actix middleware in clerk-rs, so it might not be as simple as copy+pasting... Moreover, having multiple variants of the same example can be a bit...