David Flanagan
David Flanagan
I've ran into this problem too. I tried setting the interpretor, but I assume this is ignored when running interactively in a shell. It would be good if this was...
I tried that version first, and then identified the break was introduced in 0.6.1
I'd like to see this go a step further. I believe the `manifest.toml` should actually be `flox.toml` and above `.flox`. I'd like to see `.flox` be used for machine generated...
Bit of a weird suggestion, but [moonrepo/moon](https://github.com/moonrepo/moon) is pretty awesome. Sadly they built their own tool, proto, to handle software acquisition; but they are planning to support other tools. Perhaps...
What if there was a simpler solution where workspaces could be imported into larger workspaces and prefixes where applied there?
You shouldn’t really be using print-access-token for automation and instead making a secret JWT made available via Vault, Infisical, Doppler; etc. All of those would deliver the token securely to...
Perhaps there’s a compromise where the dagger.json can accept a list of environment variables to automatically propagate and then each module can be very specific about what it needs; this...
With this approach, our arguments to functions could be annotated to attach to existing environment variables.
I realised that when I use Bazel, I use [labels](https://bazel.build/concepts/labels). I guess what I'm looking for is something akin to that for Dagger, where we can use the `dagger.json` name,...