Nicolas Stalder
Nicolas Stalder
We are running into issues building images for Linux/amd64 on macOS ARM (M3 for what it's worth). It turns out some Rust projects (e.g. `serde`) try to build using Linux/amd64/v2...
In a `Justfile` I'm building, I have use for "optional arguments". It would be helpful to have something like ```Makefile target a *b: echo {{ coalesce(b, a) }} ``` where...
### I have found these related issues/pull requests Couldn't find anything related. ### Description I have a white background in my terminal, and the choice of "white" in https://github.com/launchbadge/sqlx/blob/e8384f2a00173c2b120eea72e99d120557fced8b/sqlx-cli/src/opt.rs#L19 causes...