Skip to content
New issue

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

More than 10 languages #1074

Closed
mateusfg7 opened this issue May 21, 2021 · 2 comments
Closed

More than 10 languages #1074

mateusfg7 opened this issue May 21, 2021 · 2 comments
Labels
lang-card Issues related to the language card. question Further information is requested.

Comments

@mateusfg7
Copy link

Add a param to show all the languages on the profile, not only the top 10 languages.

@anuraghazra
Copy link
Owner

We do have langs_count flag which you can use.

http://github-readme-stats.vercel.app/api/top-langs/?username=mateusfg7&langs_count=20

@anuraghazra anuraghazra added lang-card Issues related to the language card. question Further information is requested. labels Jun 9, 2021
@florianbussmann
Copy link
Contributor

@anuraghazra but the param langs_count is currently clamped to 1 .. 10. Shouldn't we lift this limitation?

langsCount = clampValue(parseInt(langs_count), 1, 10);

Also see this comment about the arbitrary limit of 10 languages: #909 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-card Issues related to the language card. question Further information is requested.
Projects
None yet
Development

No branches or pull requests

3 participants