dacharyc / prfocus-website

Website and documentation for the PR Focus macOS app
https://prfocus.app
5 stars 1 forks source link

[Bug] (App): Missing GitHub User on some Commits #40

Open dacharyc opened 3 months ago

dacharyc commented 3 months ago

Describe the bug Just found a PR where the GitHub user who made a commit is not displaying in the PR detail view. For PR #3224 in docs-realm, MongoCaleb made the commits but does not display in PR Focus.

To Reproduce

  1. Watch this repo and view the PR details, or watch just the PR and view the PR details.
  2. See that the username and icon is missing for the person who made the commits.

Expected behavior I should see a username and possibly also an icon for MongoCaleb.

Screenshots

Screenshot 2024-07-22 at 10 41 30 AM
dacharyc commented 3 months ago

Weirdly I was unable to replicate this. It happened both on my personal computer and my work computer. But after deleting the repository and watching this PR by itself, and then deleting that and watching the repository again, I was unable to replicate. It correctly shows the user.

I suspect this is somehow related to loading PRs from the GitHub user for the first time, and should do some more investigating.