fix: repair broken star history chart in README - #246
Conversation
The current star history chart is broken due to GitHub stargazer API restrictions. Update the README star history chart to use a working alternative that renders reliably.
|
Thanks for flagging this, @FaintFlower — a dead image on the README is exactly the sort of thing that sits there for months because everyone assumes someone else noticed. I appreciate you opening a PR rather than just reporting it. I can't merge this version though, and I'd rather explain why than just close it. The replacement host is a different party
That distinction matters more than usual here because of where the URL lives. The README is this project's front page: it's what GitHub renders to every visitor, what package mirrors reproduce, and what gets scraped into countless "awesome" lists. Whoever operates that domain would control an image on all of those surfaces indefinitely, and could change what it serves at any time without a commit here. That's a trust relationship I'm not able to enter into on the basis of a one-line PR, regardless of the domain being perfectly benign today. I also can't confirm the premiseThe description says the chart is broken "because of GitHub stargazer API restrictions". I tried to check both endpoints and my environment blocks outbound requests to either host, so I genuinely cannot see what you're seeing — I'm not disputing it, I just can't verify it. Could you add:
If it's returning an error or a rate-limit page, that settles the "is it broken" question and we can talk about the fix on its merits. What I'd take insteadIf the chart really is broken, in rough order of preference:
Any of 1–3 and I'll merge it happily. Thanks again for spotting it ⭐ Generated by Claude Code |
The star history chart in the README is currently broken because of GitHub stargazer API restrictions. This change updates the chart link and image to a working alternative so the chart renders correctly again.