docs: fix broken star history chart - #93
Open
OctoBored wants to merge 1 commit into
Open
Conversation
The star history chart in the README is currently broken because it relies on the GitHub stargazer API, which now enforces strict rate limits. Update the chart to point to a working service so the project history renders correctly again. Applies the same change to the localized Chinese README.
wxai-space
requested changes
Aug 21, 2026
wxai-space
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for addressing the broken chart concern. The GitHub stargazer API restriction is a real upstream issue, but this patch silently replaces the official Star History service with a community-operated fork. At review time, both the existing and proposed SVG endpoints return HTTP 200, so availability alone does not establish that this replacement should become a repository dependency.
Please update the PR before merge:
- Clearly identify
star-history.dera.pageas the SimRepo/community Star History fork and link its source repository. - Explain the data source, maintainer/ownership boundary, and whether the README image request requires or transmits credentials.
- Keep the README destination link pointed at an auditable project/source page rather than silently replacing the official project with a third-party service homepage.
- Explain why using this external service is preferable to removing the dynamic chart or using a repository-owned static image.
We will not approve the external-contributor workflow until the dependency and trust decision is resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The star history chart in our README is currently broken because its data source relies on the GitHub stargazer API, which now enforces strict rate limits that prevent the chart from loading. This change points the chart to a working alternative service so contributors and users can see the project history again. The same fix is applied to the Chinese translation of the README.