TW

Results 2663 comments of TW

Need to fix requirements files to "pip == 24.1" for now.

https://github.com/pypa/pip/issues/12901#issuecomment-2382233917 https://github.com/sethmlarson/truststore/pull/157

Looks like this is more effort that just pinning `pip`: something upgrades pip in our CI, not sure what exactly it is, but we have the pip 24.2 crash even...

Looks like the issue will be fixed in pip 24.3 soon. https://github.com/pypa/pip/tags https://pypi.org/project/pip/ Hopefully that will also get into next CPython releases. The box must currently use an old 3.12.4,...

something similar was recently added for the new `--patterns-from`, one can switch the pattern style within the file.

So we would need an additional archive metadata entry like `cwd: /current/working/directory`. There is a bit of overlap and potential contradiction here with #4685 (in that case, the "cwd" would...

This needs these changes: - the cwd needs to be put into archive metadata, key "cwd" - `borg info` needs to show the cwd

@GitGuru2003 Thanks for the PR! In case you used AI to generate code: please read it fully (and think about it) before submitting it. Also check the development section of...

Technically, an empty passphrase on an encrypted repo does not mean the repo is unencrypted - it still is fully AES encrypted with a random encryption key. But, if an...

> However, using repokey mode with an empty passphrase has the advantage of allowing for borg key change-passphrase, i.e. adding a password later. Good idea, maybe we should mention that...