Jakub T. Jankiewicz

Results 1218 comments of Jakub T. Jankiewicz

I wonder is it good idea to support Node 12. I'm not sure what version people are using. But according to [End of Life](https://endoflife.date/nodejs) the only LTS version that is...

Do we need Azure DevOps? I have no idea what they are used for.

I think that the whole Azure things was created before GitHub provided actions/workflows. I don't see any other reason for creating such a thing.

There is a problem with unit tests again, not sure what is happening now. Again Azure DevOps: https://github.com/isomorphic-git/isomorphic-git/issues/1876

Wow, it's great. I didn't check if the tests are passing after creating a PR. It looks like everything is fine now. We will only need to check if release...

When we will merge next PR, we can see if everything is fine. Or I can merge and update the commit with "fix:" this should trigger the release, and we...

@seanpoulter one more thing, can you maybe delete this old `isomorphic-git-BETA-PR` it's hanging like forever, we don't need this.

I would compare with the git source code, will also check what git do when using GC.

@marcelklehr do you want to contribute and make the error better?

@mojavelinux thanks for the hints. So the problem is this code: ```javascript if (!this.pack) { throw new InternalError( 'Tried to read from a GitPackIndex with no packfile loaded into memory'...