Richard Hansen
Richard Hansen
I think this must be fixed in Git itself, not in this project. From what I can tell, `git add -p` always operates on the output of the `clean` command...
I too am affected by this: the SIGINT and SIGTERM listeners installed by threads.js terminate Node.js before my cleanup code finishes running. I don't think this pull request is the...
I opened pull request #329 with my suggested approach.
> I dont think you should install any signal listeners it's dangerous and out of scope of the common library.. Note that this PR doesn't add signal handling, it only...
> Can signal handling be provided by as an additional utility function that users can install? It's quite dangerous for the signal handlers to be installed upon import. I'm all...
Also: https://gitlab.com/.well-known/openid-configuration ([documentation](https://docs.gitlab.com/ee/integration/openid_connect_provider.html))
> I know you've tested the PR against `gitlab`, have you had an opportunity to test any other providers? No, I have not.
@bnfinet I'm not using vouch anymore and unfortunately don't have much time to invest in fixing this issue. I rebased PR #310 onto latest `master` and cleaned up the commits...
Related GnuPG `gpg-agent` feature request: https://dev.gnupg.org/T5494
> That said, I'd be happy to port this PR and these changes over there, if you'd like. @nazrhyn Yes please!