You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is a fairly accurate representation of my overall coding activity. So, I believe there should be an option to represent only one primary language per repo.
The text was updated successfully, but these errors were encountered:
@Koushikphy thanks for reporting this. There has been a lot of debate about the accuracy of the language count mechanism (see #1027). The latest proposal can be found in #1600. I think it is best to add your thoughts to those two issues. Will close this issue for now.
I feel the top languages card calculation is somewhat misleading. For me, it shows https://github-readme-stats.vercel.app/api/top-langs/?username=koushikphy&layout=compact
But this is somewhat misleading for me. This shows more than half of my codes are in Fortran, which is not true. I believe the calculation is done by counting all the sizes of the repo languages (here https://github.com/anuraghazra/github-readme-stats/blob/master/src/fetchers/top-languages-fetcher.js#L47). It would be better to only consider one language, the primary one, for one repo and count them up. In such a condition my stats would look like:
Which is a fairly accurate representation of my overall coding activity. So, I believe there should be an option to represent only one primary language per repo.
The text was updated successfully, but these errors were encountered: