John Alden

Results 10 issues of John Alden

Nodegit recently bumped to 1.3.1 and integrated `core.longpaths` support. We got a bug report soon after that repos with tags that had very long names would fail to clone with...

No major API changes besides a couple new struct init functions. Template updates are due to the git_buf/git_str split. Also I removed all the headers from the libgit2.gyp file because...

For use in verifying or rejecting the push ref-update list before pushing.

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:

For changes made from 1.3.1 to 1.4.3 see #1913 Also included in this PR: - Enabled SHA256 Implementation - Bumped node-gyp to 9.1.0, done by accident but probably not a...

Got a crash after making a typo. Accidentally made a struct Specialization but the struct name was a already a concept name. I expect that it's not so big a...

new issue

An Alloc-Dealloc Mismatch causes undefined behavior. Kind of a minor problem but should be fixed nonetheless. for more details https://stackoverflow.com/a/10854437/4776273

After upgrading to node18, our SSH connections from windows started failing and I determined that the failure was caused by git-for-windows' ssh-agent listening on the ipv4 loopback address while ssh2...

Was experimenting with switching from our homemade native module rebuilder system to electron-rebuild when I ran into an issue: ![image](https://user-images.githubusercontent.com/6119870/200688813-f27171f7-3e14-4165-a38e-52b9004af70c.png) The line of code that's failing: https://github.com/electron/rebuild/blob/a328ed2251fe23d8beec1b2df5f1726dffc65759/src/sysroot-fetcher.ts#L28 fails because starting...

bumped to include: - https://github.com/nodejs/nan/pull/970 fixes #1999