Pieter

Results 30 issues of Pieter

Note this issue related to PR #88 and #75. I am working on an app that makes use of Dizda_cloud_backup to be able to make backups of the DB when...

Partially addresses #240

Makes deployer load and run 'so' files Fixes ENG-28

Currently `log` works transparently for [rocket with shuttle](https://github.com/shuttle-hq/shuttle/blob/4785a54ae4cda967a20425206087d76d11605b90/codegen/src/lib.rs#L158-L160), but other frameworks might need to register a middleware for logs. We are moving over to tracing in #267. Once the move...

enhancement
good first issue

Waits on #235 Fixes ENG-63, ENG-42

This makes it possible for resource attributes to take in options like the following: ```rust #[shuttle_service::main] async fn poem(#[shared::Postgres(size = "10Gb", public = false)] pool: PgPool) -> ShuttlePoem { //...

This turns our service feature flags into separate crates. The long game here will be to allow vendors to write their own plugins... ### TODO - [x] Update CI ###...

I want to load some assets like images as well as some static js and css files during runtime. It would be great if shuttle could take a `/static` folder...

good first issue
help wanted