Alex Ross
Alex Ross
Sure: - What is the rate limit for an authenticated user? Edit: seems to be 5,000, which I still don't think we're hitting. - Unless it's quite low, I doubt...
@AlexTugarev indeed, I have used the header values and the graphql rate limit response values to add some practical rate limit logging to the extension. Folks who see this issue...
@timothy-b thanks for the logs! Are you using the latest pre-release version of the extension (requires VS Code insiders)? None of the log lines I added are showing in there.
Found the cause via the logs provided in https://github.com/microsoft/vscode-pull-request-github/issues/4021.
Thanks for trying the extension out again @timothy-b!
@xididri the rate limit error fix is in v0.54.1. If you're still seeing the error there then please set `"githubPullRequests.logLevel": "debug"`, wait for the next time the error occurs, then...
Tried to repro on 2 different machines (faster and slower) to see if it's a timing issue, but no luck. I always get the expected description after PR creation. Will...
The problem occurred when the Pull Requests view refreshed around the same time that the PR was created. If the following works, then this is verified: 1. Create a PR...
@brianjmurrell have you checked out the pull request (right click on the pull request in the Pull Requests view and "Checkout Pull Request")?
@ericharper I'm trying to "upgrade" the readonly files after you checkout the PR: https://github.com/microsoft/vscode-pull-request-github/issues/3631 @GMNGeoffrey This sounds like a bug. You are on the "from" branch of the PR already,...