Bill Guedel

Results 7 comments of Bill Guedel

I ran the commands and then a commit. ```sh git solo me git commit -am "test0" # you need to run git duet or solo git duet me hr git...

I will note that i have the exports in my shell profile. (in this case its zsh) ill run git duet-install-hook pre-commit 1 time in 1 git repo, then i...

Ill keep an eye on this. I think #70 might have fixed this? This error often happens after the connection leaked issue happens.

#70 did NOT fix this. Still seeing it. doesnt happen on every request. so dont really know what it could be.

Here are my thoughts https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app ``` # Generate the JWT payload = { # issued at time, 60 seconds in the past to allow for clock drift iat: Time.now.to_i -...

I think #70 closes this; I have added this to my app and at this point i havent seen any issues.