Jan Winkelmann

Results 108 comments of Jan Winkelmann

I left a bunch of suggestions that make comments doc comments, and one "outer doc comment" and "inner doc comment" (I think that was the intention there, but please double-check...

From reading the RFC, I think we should filter if the proposals contradict each other, and we should prefer proposals according to the recommendations of the RFC (e.g. [this one](https://www.rfc-editor.org/rfc/rfc9420.html#section-12.2-3.4))....

Just a note: this PR also removes the `--message-format json` from the `cargo rustdoc` check in CI so it's more readable.

Do you want to do your aad changes inside this PR or do you want to do it separately @raphaelrobert? Not sure how to interpret your self-assign :)

On a call we discussed restructuring this such that the external commit join config contains the regular join config, instead of mirroring all the fields. With that, and the changes...

This PR is really stale and the entire context the original issue lives in has changed since the introduction of the commit builder API, so I'll close this. The issue...

We deprioritized this for now, because we realized that this will not really help us all that much with resolving forked group states. The last state of this branch is...

I am running into this as well. I am running ``` nix run 'github:nix-community/nixos-anywhere' -- --flake '.#vm-disko' localhost -p 2222 ``` It then copies over the kexec files, kexecs and...

My workaround was using `--ssh-option Port=2222` instead of `--ssh-port`.