Dan Villiom Podlaski Christiansen

Results 16 issues of Dan Villiom Podlaski Christiansen

We have to use Windows authentication in production, but I see you removed support for using the original ADO driver in 31b1ffba0118e1c1704494d02828f0b0ecc93f41. Perhaps because it was broken and tricky to...

The PyObjC build system is currently quite lenient and fragile. In particular, failure to build a module will just stop the build, print something, and exit with success. This has...

I wanted to test out some changes without upgrading my current installation. This minor script allowed me to do so.

enhancement

Running the server in a thread works quite well, and prevents any issues with communication between processes. Furthermore, it fixes stdio capturing to work as expected. Tested by using something...

I've managed to get HTTP authentication working in `hg-git` by intercepting `dulwich.client.HTTPUnauthorized`, but this has some issues. First of all, it doesn't distinguish between the HTTP call itself and the...

I have test that's failing due to a parent directory containing “++” in its name. Apparently, `pyexcel` somehow tries to compile the file name as regular expression when loading a...

#### Description This PR contains various tweaks to Docker and related ports, adding a few plugins, including some completions and manual pages. Furthermore, I added a runtime dependency from `colima`...

type: enhancement
type: submission
maintainer: open
by: member

We override it to always use the 'current' timezone, as a pytz object. Support depends on whether tzlocal is installed.

This is inspired by [an issue filed in hg-git](https://foss.heptapod.net/mercurial/hg-git/-/issues/401); essentially, writing a _lot_ of unchanged references is quite slow, due to the `fsync()` implied in re-writing the file. Although we...

performance

When cloning a large repository, Git will show you progress lines like this: Receiving objects: 49% (196978/395839), 148.99 MiB | 21.35 MiB/s By comparison, Dulwich is silent and does not...