We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a param to show all the languages on the profile, not only the top 10 languages.
The text was updated successfully, but these errors were encountered:
We do have langs_count flag which you can use.
http://github-readme-stats.vercel.app/api/top-langs/?username=mateusfg7&langs_count=20
Sorry, something went wrong.
@anuraghazra but the param langs_count is currently clamped to 1 .. 10. Shouldn't we lift this limitation?
langs_count
github-readme-stats/src/cards/top-languages-card.js
Line 89 in 2b0efb8
Also see this comment about the arbitrary limit of 10 languages: #909 (comment)
No branches or pull requests
Add a param to show all the languages on the profile, not only the top 10 languages.
The text was updated successfully, but these errors were encountered: