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

Lines of Code in Top Languages Card #2401

Open
linuskmr opened this issue Jan 13, 2023 · 2 comments
Open

Lines of Code in Top Languages Card #2401

linuskmr opened this issue Jan 13, 2023 · 2 comments
Labels
enhancement New feature or request.

Comments

@linuskmr
Copy link

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.

language-card-with-sloc

Describe alternatives you've considered

No response

Additional context

No response

@linuskmr linuskmr added the enhancement New feature or request. label Jan 13, 2023
@ghost
Copy link

ghost commented Jan 15, 2023

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.

@rickstaa
Copy link
Collaborator

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants
@rickstaa @linuskmr and others