-
# Summary
While using [Aider](https://github.com/paul-gauthier/aider), which uses `gitdb==4.0.10` (I also see the same issue when upgrading to 4.0.11) the following fatal failure occurs:
```
aider
…
-
SSH on MacOS provides the `UseKeychain` option (`man ssh_config`) that makes it possible to decrypt encrypted ssh identity files on-the-fly by retrieving the passphrase from MacOS' keychain.
This w…
-
Python 3.13 was released and support was added in https://github.com/jelmer/dulwich/commit/2f84f64b52da52a7c231df425004d2dcc502d826, so it's hopefully a matter of cutting a release to PyPI.
Thanks!
-
struct.error: unpack requires a buffer of 8 bytes how to fix this
-
In some more experimental projects I'm developing against the master branch of Openlayers. For performance reasons I also minify my master version from time to time. Unfortunately there is no referenc…
-
Hosts defined in ~/.ssh/config are not used by Dulwich.
The key point where this needs to be implemented is in the `get_transport_and_path_from_url()` and more generally in `get_transport_and_path()`…
-
Hi,
so far I can not setup Proxbox backend. If anyone found some workaround please let me know. I am thinking about creating a new docker instance with Proxbox backend only. What do you think? I wo…
-
when pushing to a remote using stash, if the password string contains a hashtag ('#') it will cause a urllib error 401 if on the right side of the colon (' : ') and a bad request error if on the left …
-
WORKSPACE stuff:
```
pip_repository(
name = "requirements_py3",
python_interpreter = "python3",
requirements = "//lib/kubernetes:requirements.lock.txt",
)
```
I have this defined…
-
The build of my [programlib](https://github.com/vadim0x60/programlib) library fails with the following
```
Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, ur…