-
-
Notifications
You must be signed in to change notification settings - Fork 23.6k
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
Add include or exclude languages parameter to top languages api #307
Add include or exclude languages parameter to top languages api #307
Conversation
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
==========================================
- Coverage 93.91% 93.39% -0.53%
==========================================
Files 17 17
Lines 526 545 +19
Branches 143 153 +10
==========================================
+ Hits 494 509 +15
- Misses 28 32 +4
Partials 4 4
Continue to review full report at Codecov.
|
Found an error. |
I am enhancing, make that can include and exclude language |
Done |
This would be a great change. To me, the current behavior of hiding languages without replacing them with lesser used languages doesn't make much sense (and yes, I know that @anuraghazra intended it to work like that, but I don't understand why). The main use case for hiding languages must surely be to hide vendored/generated code. |
@anuraghazra Hi, wondering can this PR be merged, or I need optimize performance. |
@anuraghazra I also think this should be merged, I have languages I don't even program with being shown in my top 5 just because of file size/auto generated files from projects. |
@vn7n24fzkq resolve conflicts, maybe the PR will budge |
@alexxxdev Thanks. |
@anuraghazra Will there be any movement on this PR? |
This is exactly what I'm looking for. Kindly merge this feature @anuraghazra. |
Any update on this PR @anuraghazra? |
Merge pls! |
While this applies, they can exclude languages with special symbols like for example in my case Modify: Exclude c++ For |
#445 was recently merged so you can (kind of) achieve this with a combination of I'm not sure why @anuraghazra chooses to merge #445 but completely ignore #307. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks for your awesome work first.
I add two parameter to include or exclude languages.
Because some framework generate a lot of file which repository owner not actually write those language by self.
So maybe some developer will need this to exclude some language they not good at.
If someone want exclude c++,c# ,Visual Basic, css, html, and javascript.
It would be.
Because url not allowed some special character, like C++ contains
+
or C# contains#
.So they need replace
+
withplus
,#
withsharp
and trim space character.In my case, I don't write c and c# actually.
So I want ignore it.
And after I add exclude language.
If I only want display some language