Gary van der Merwe
Gary van der Merwe
It would be nice to be able to run a server that acts as both a `index-server` and `chunk-server` on a single port. One can do this with a reverse...
I'm using desync to chunk a squashfs image, and so it makes sense to use uncompressed. I find setting up the the config file to use uncompressed very clunky. I...
This allows one to manage the connect and disconnect with using [async] with statements. Update docs to demonstrate this usage.
This allows use of a tuple where list were required before.
This fixes the travis ci builds. python 3.6 is no longer supported[1], and is not longer supported by get-pip.py [2] The docker image build is improved by exiting on error...
Steps to reproduce: ``` dulwich clone https://github.com/garyvdm/git_unicode_files.git dir git_unicode_files ``` expected: 1 file named `À` (which is `u'\u00c0'`) actual: the file is named `À` (which is `u'\u00c3\u20ac'`) the file name...
The new fused location provider, added by commit e0296a9, is returning very inaccurate positions. When on medium accuracy, the data is useless. Every position received is inaccurate. When on high...
This change is so that a Postgresql index operators (such as inet_ops) gets autogenterated. It does so by broadening the types of index expression allowed from `Column` -> `ColumnClause`. Fixes:...
**Describe the bug** I'm using a postgresql index with a inet_ops operator. Autogenerated code does not include the index. **Expected behavior** Autogenerated code should include the index. **To Reproduce** ****env.py****...