Sigurd Spieckermann
Sigurd Spieckermann
I have don't have a strong opinion on line length, but I tend to prefer sticking with (sane) defaults. Ruff defaults to 88. Do you feel it's a too low...
> I think we should never pass computed values during the update and, instead, let them be computed again. That's a great idea, @yajo! :ok_hand: It fixes the problem as...
Thanks for your prompt review and the most positive feedback, @yajo! :bow: :pray: I've added `BREAKING CHANGE` trailers to the commit message as you suggested. I've also found a few...
I see your point, @dimbleby, about this being very specific to GitHub workflows. In addition, [PyPI's docs on security](https://docs.pypi.org/trusted-publishers/security-model/) state: > * **Limit the scope of your publishing job**: your...
There are a few ideas about hierarchies out there. Personally, I think a fork-like approach seems most promising. But all ideas are most appreciated.
I suspect that your SSH key is passphrase-protected (Using YubiKey? I have never used YubiKey.) but the prompting for it fails. This might be related to the `SSH_ASKPASS` variable: >...
Just to clarify your use case: I assume you're loading secrets or other external data files that are not Git-tracked. Correct? It seems that both external data locations – subproject...
I think you're right, both use cases I had in mind should read external data files from the subproject destination and not the temporary directory.
Although this use of `default` as an initial value for interactive prompting might have worked before v9.8.0, I think it doesn't align with the intended semantics of a default value....