Richard Mathie

Results 3 issues of Richard Mathie

Feature request/ proposal I am looking at getting this working with the [WebUSB](https://wicg.github.io/webusb/) api which: > - Is available in Chrome 61 for Android, Chrome OS, Linux, macOS and Windows....

Hi I would like to be able to write unit tests on my bolt and spout logic instead of using sparce run to "test" the code. Are there any examples...

question

if i have a repo and call ``` >> 'branch_no_exist' in repo.branches False ``` as expected, but ``` >> 'branch_no_exist/' in repo.branches Traceback (most recent call last): pygit2/repository.py", line 1156,...

bug