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
Is your feature request related to a problem? Please describe.
Showing the (relative) percentage of used languages is great, but I also want to show off the absolute number of lines I have written in a particular language.
For example, only because someone mostly uses Python doesn't have to imply that they are confident writing it, because they maybe just wrote 150 lines of it.
Describe the solution you'd like
In the Top Languages Card after the percentage number, I would like to have the absolute lines of code displayed. A sketch can be found below.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I fully support this idea, just think that it should only be a number rather than a number and SLOC. Also resizing the compact layout for the top lang's card would be necessary, it's way too cluttered.
@linuskmr your feature is a nice addition. It, however, is infeasible with the current GraphQL limitations (see #1692). It could, however, be implemented when the GitHub action version is released (see #2179).
Is your feature request related to a problem? Please describe.
Showing the (relative) percentage of used languages is great, but I also want to show off the absolute number of lines I have written in a particular language.
For example, only because someone mostly uses Python doesn't have to imply that they are confident writing it, because they maybe just wrote 150 lines of it.
Describe the solution you'd like
In the Top Languages Card after the percentage number, I would like to have the absolute lines of code displayed. A sketch can be found below.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: