Axel Kittenberger
Axel Kittenberger
At the risk of being brisk. I recently created a nodejs based git server (similar to node-git-server) that has a ssh server integrated: https://gitlab.com/csc1/gitengine along with https and lfs. I'm...
I'm on the verge of considering this project effecticely dead. May switch to writing some handlers to execute vanilla git.
slack works now, just successfully joined. Dunno if slack fixed an issue or the libgit team.
There is ConvenientHunk, the documentation for it is missing tough. see #1939 I managed to work out the relevant API by trial&error and inspecting the javascript objects. See here where...
I'm chiming in, I too am using nodegit in production and am starting to feel a little worried about this project, despite many issues not beeing catered for (next to...
I'm using nodegit v.0.27 with node 18.14.0. I also don't know, why the alpha is not released, asked a few times what the stopped and only got one sarcastic reply...
Have you tried deleting your node_modules folders and package-lock.json and running npm install? That cleared these kind of errors for me. Previously I used same nodegit version with node 16.14.0...
> @axkibe did you not run into compilation-related runtime issues? I have A LOT of trouble making it work on a Docker image for production, see #1975 At first I...
Thats not even close to a dropin replacement (only for very specific use cases might be an alternative)
Albeit isomorphic-git is somewhat maintained by a person that ones to keep it alive, they are not too familar with the code base. And it has some bugs like not...