-
I really like these packages of yours on using R and C. I find them really useful, so thanks!
And may I invite you to this discussion https://github.com/HenrikBengtsson/RNativeAPI/issues/1?
-
It would be really helpful to have a good git wrapper for implementing the git client.
There are some around for dart/Flutter, but they are not mature enough:
- [git](https://pub.dev/packages/git)…
-
There's a couple of reports for bindings or consumers, so let's bring it together in this tracker.
libgit2/git2go#194 has some details, as does rust-lang/cargo#2808
It looks like VirtualBox's shared…
-
Looking over the Network.Fetch code, I think that it can fail in some specific scenarios:
If you load a `Remote` from a `Repository`, and it gets deleted by an external process in the time before bei…
-
I've only now learned about the pygit2 bindings: https://github.com/libgit2/pygit2 and after a quick glance at the [documentation](https://www.pygit2.org/) I think it could be a very useful framework …
-
# Summary
We changed the git library in v3.4 to [go-git](https://github.com/go-git/go-git/) which seems to have a lot of bugs and also is not actively maintained, the last release created for this …
-
It would be great to have the mailmap functionality from libgit2 added to the go integration.
-
Multiple reasons to do this, one is speed, running library functions instead of execing `git` showed noticeable speedups when I experimented with this change over last time. 2nd is that one of the mai…
-
As discussed in upstream bug report saltstack/salt#38230 pygit2 tries to authenticate indefinite with wrong credentials instead of failing after two consecutive failures with same authentication token…
-
Hi,
I cannot find a away of ignoring whitespaces while using blame, is there a way of doing it?
Br,
Jorge Costa