question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Language detection show languages that I've never used

See original GitHub issue

Describe the bug

I think that the app detect repos that not necessary is representational, that’s why it show Lua and C for my username.

Expected behavior I expect to have different language stat, I’ve done almost none Lua and C.

Screenshots / Live demo link (paste the github-readme-stats link as markdown image)

I’ve never written any line of Lua code in my life, maybe I have fork with langauge in it.

I expect to have JavaScript, CSS, Scheme, PHP languages maybe TypeScript.

Additional context

Maybe the app should sort repos by stars so it show most faved repos which in turn will give most worked on repos.

Here is GraphQL query that show more relevant repositories (at least for me, tested in GraphQL explorer):

query {
      user(login: "jcubic") {
        # fetch only owner repos & not forks
        repositories(ownerAffiliations: OWNER, isFork: false, first: 100, orderBy:{field: STARGAZERS, direction: DESC}) {
          nodes {
            languages(first: 10, orderBy: {field: SIZE, direction: DESC}) {
              edges {
                size
                node {
                  color
                  name
                }
              }
            }
          }
        }
      }
}

Right now it show my first repo. Maybe they show up at random, that would be worst case.

Just FYI lua came from ToME game, repo that I’ve just copied from internet so it don’t get lost, it was hard to find, I’ve not written even one line of it. Maybe you should also count number of commits in repo. ToME have exactly 3 commits.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
jcubiccommented, Jan 31, 2021

I helping the project, by reporting issues I even added solution how to make project better. This is contributing to the project. And having bot that close the issue automatically, is rude. This conversation look like this:

Me: I’ve found a bug here is how to make project better. Bot: f*ck off.

And I’m commenting about this, I’m being rude. Making bot closing your issue where I’m trying to help is also close to insult, you probably don’t realize this.

3reactions
Pothercacommented, Jan 31, 2021

This is really great, bot closed the issue,

Yes. Apparently, there isn’t much interest in this issue.

no one even bothered to reply

Why do you feel anyone would? This is a single developer’s hobby project. It has almost 500 issues (both open and closed) and almost as many PRs. Are you really so surprised that, dispite all their hard work and effort @anuraghazra can not find time to answer every single issue and comment?

after I’ve wrote about It

What you write is closer to insult than you probably realise. I am trying to champion your cause (over in #481) but you writing here does not contribute to furthering that cause.

I’ve was asked to delete the comment

Not asked, suggested. Again, your tone and content are not doing yourself any favours…

Very Nice.

So is your complaining, self-served whining, entitlement, and rudeness.

You are using a service, provided to you at no cost without any warranties. You are free to stop using it if it disappoints you so. Or, swallow your pride, add some compassion to your tone, and make a real effort to collaborate and try to move this repo forward.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Language Is This? 5 Tools to Identify Unknown Languages
Wondering what language you're hearing or seeing? Try these language finder services to identify languages easily.
Read more >
Identify Spoken Languages: 6 Tools to Help You Name that ...
Identify Spoken Languages: 6 Tools to Help You Name that Language! · #1 – Linguee. Linguee can detect and translate 25 languages and...
Read more >
Does anyone know how to DISABLE the language auto-detect ...
You can disable auto-detect; click on the input language box (top left of the app) then scroll down through all the possible languages...
Read more >
4 Python libraries to detect English and Non-English language
Your model will not stop classifying the non-English text. So, you have to detect the non-English text and remove it from trained data...
Read more >
Turn on automatic language detection - Microsoft Support
Words that are spelled the same way in several languages, such as "centre" in English (United Kingdom) and French (France), might cause incorrect...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found