Robert Hensing

Results 909 comments of Robert Hensing

> How can I pass an environment variable to fetchGit command in general case? `GIT_SSH_COMMAND` affects all `fetchGit` invocations. For a fine grained solution it's best to use `ssh_config`, so...

That's nice. We could definitely link to interesting examples in the introduction; I think that's what you're referring to? Perhaps have a section for community examples [here](https://github.com/hercules-ci/arion/blob/c24c185e67f093298a081900b49ca18716077dec/docs/modules/ROOT/pages/index.adoc?plain=1#L182)?

> From the foundation board, for the legal impact: > > * @zimbatm > > * @domenkozar These aren't active board members. Can nominate when the new board is announced....

It seems that this is achieved with "Profiles" in Docker Compose, which seems like a simple feature that's easy to support by adding an option for the [`profiles`](https://docs.docker.com/compose/compose-file/05-services/#profiles) field.

More prosaic explanation of the feature: https://docs.docker.com/compose/compose-file/15-profiles/

Seems that this could be added.

Unlike `-f`, `-p` is actually supposed to be an expression. Bit weird though, I'll admit.

`--derivation` also makes it non-trivial to support `why-depends` chains that end in a source. It seems to require an otherwise unnecessary corner case. - #8051

`^*` selects multiple paths, unlike any of the other syntax. You could still construct it to be algebraic by throwing everything into a list, but then we'd lose the connection...

> Apart from that everything should behave the same. Seems like a wasted opportunity actually. The type could accept a function from name to type so you really have a...