fix: restore the broken star history chart - #403
Open
OctoBored wants to merge 1 commit into
Open
Conversation
The star history chart in the README is broken because of GitHub stargazer API restrictions. Switch it to a fork that uses a different data source and serves the chart on the same domain, so the chart renders again without requiring an API token.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge This is a straightforward README change swapping the star-history chart source/badge domain (star-history.com → star-history.dera.page) to work around the broken GitHub stargazer API. No executable code is affected, and no critical bugs or security vulnerabilities were identified in the changed lines. Files Reviewed (1 file)
Reviewed by frontier · Input: 162 · Output: 4.6K · Cached: 137.9K |
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 the README currently fails to render because of GitHub stargazer API restrictions. This change moves it to a working alternative that uses a different data source and serves both the frontend and the chart on the same domain, so the chart loads again without needing an API token.