Hi! Sorry that happened. Feel free to ping an issue that was closed silenty but should not have been. I’ll have a look.
- 5 Posts
- 5 Comments
Joined 3 years ago
Cake day: November 29th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Fully decoupled. I have a close eye on Rust web frameworks but so far they seems not as production ready as good old TypeScript. Leptos is the one I would like to use if it become more mature in the future.
- secana@programming.devtoLinux@programming.dev•foreach - Bash alias to execute command on each line4·6 months ago
Cool little trick!
It sounds like you don’t want a dev container but a dev shell. Have a look at Nix flakes. This allows you to ship your dev environment as code but without the hassle of running inside a container. All your local tools will work and pickup whatever you configured in the flake.
We used labels to tag the workers with “arm” and “x86”. We than used policies to allow applications to run only one or the other or both.