jonaro00

Results 82 comments of jonaro00

Update: async diesel support was added in https://github.com/shuttle-hq/shuttle/releases/tag/v0.42.0

Updated the issue with one new item, and updated descriptions.

To clarify the idea: We still want setting up secrets to be as easy as it is now. The idea is mainly about making it easier to customize the approach,...

> It would also be, well, difficult to differentiate between the deployment secrets and the dev secrets. Having a .env file violates this. Next.js uses `.env` + `.env.local` + a...

Another idea to consider: Supporting a way of automatically parsing it into a struct. https://github.com/shuttle-hq/shuttle/pull/1666

Although this bug is more rare now, it can still happen.

This bug has become a lot more common now and we have raised the priority to solve it.

The solution is usually to restart the project and deploy again.

Update: This bug has been hard to reproduce, but it looks to be less frequent now than in previous weeks. We are also working on a bigger change that should...