Jonas Malaco
Jonas Malaco
@Lindenk > I'm having the same issue. > I can interact with the device just fine The statements above are clearly conflicting... In fact, there's is nothing wrong with `enumerate()`...
Well, the _hardcoded_ path has caused issues for me as well, when packaging code that depends on cython-hidapi for Linuxbrew. What would be the ideal way to handle headers with...
I cannot reproduce this with the hidraw backend, it could be a bug in hidapi-libusb.
Actually, I still couldn't reproduce the enumeration issue with the libusb backend (using cython-hidapi 0.10.1, hidapi 0.10.1 and libusb 1.0.24; linux 5.11.4). Plugging the device in and out should while...
I'll summarize my arguments here since they are now hidden by default (by GitHub) in #108. `IOError('open failed')` is a particularly useful exception to catch, and unfortunately relying on the...
I'll take a first look at this... thanks for the relevant links. Maybe the initial step should be to make sure LFS can pass through and work, without actually worrying...
That's true. Though I'm not sure if the cache (target) directory should be deleted. I think such a failure should be reported to the end user, as it's probably a...
This is a good idea. Any idea how we can send this messages to the client? _(it's been a long time since I studied the git HTTP protocol)_
s/no more used/not yet available/ As mentioned in a [comment on #20](https://github.com/jonasmalacofilho/git-cache-http-server/pull/20), `git -C` was only introduced in 1.8.5. I can only find a handful of distros with git <...
With #22, support for git 1.8.3.1 will now also require doing something about `--prune-tags`, which is a fairly recent addition to git.