Christos Hadjiaslanis

Results 22 issues of Christos Hadjiaslanis

Hey! Thank you for your work on `dynfmt`. It works great and is very useful. The existing functionality is great, but for my use case it would be neat to...

ORMs offer a layer of abstraction which makes creating business logic a joy in web apps. Shuttle currently has native `sqlx` support but doesn't support any ORMs. This feature would...

enhancement
design needed

Shuttle currently runs on AWS via terraform config. Deploying on Kubernetes would offer non-cloud, cross-cloud and alternative cloud provider support.

self-deployment
infrastructure

`cargo-shuttle` has logging functionality with `cargo shuttle logs` - but this prints the entire log history of a deployment and terminates. This feature proposes log tailing, where the user can...

good first issue
help wanted

This is a proposal to be able to run a `shuttle` app locally without needing to deploy.

enhancement
help wanted

`cargo-shuttle` uses `cargo package` under the hood to package project files into a tarball and ship them to the shuttle api for them to be built. A limitation of `cargo...

enhancement
design needed

Shuttle only has a production environment right now. Obviously as your developing features you may want to deploy to a temporary testing environment to try out your changes before pushing...

enhancement
infrastructure

Currently shuttle apps are automatically provisioned a subdomain, for example 'my-app.shuttleapp.rs'. This feature adds the ability to support user-owned domains, 'my-app.com'.

enhancement

Have AWS aurora serverless v2 support the same way we support Postgres

T-Feature Request
S-Triage

Some deployments may require native dependencies such as (e.g. `libtorch`). There needs to be a mechanism to specify these native dependencies in the project source and them being provided during...

enhancement
help wanted