Coder Social home page Coder Social logo

Comments (5)

knotgrass avatar knotgrass commented on May 18, 2024 2

image
I got same problem too. I have C++ and CUDA. But It cannot detect them.

from github-profile-3d-contrib.

yoshi389111 avatar yoshi389111 commented on May 18, 2024 2

Hi. Thanks for visiting my repository.

What this chart represents is which languages your commits over the past year have contributed to.
It does NOT represent the language used in your repository.

Each commit has a target repository.
Each repository has a primary language.

Each commit is calculated as a contribution to the primary language of the target repository.
This is true even if the committed file is not in the primary language of the repository.

ref. #42

If you think GitHub's primary language is incorrect, you can change the settings in .gitattributes.

https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github

from github-profile-3d-contrib.

danielcshn avatar danielcshn commented on May 18, 2024

Captura de pantalla 2023-10-16 231920

I got same problem too. I have many repositories in Java and VB.NET and it does not detect them.

from github-profile-3d-contrib.

code2tan avatar code2tan commented on May 18, 2024

the same problem!please

from github-profile-3d-contrib.

danielcshn avatar danielcshn commented on May 18, 2024

I think I have the solution.

1.- Register the "personal access token" in the repository and set it to GH_TOKEN specified in the workflow file.
2.- If you have more than 100 repositories, increase the number with MAX_REPOS.

name: GitHub-Profile-3D-Contrib

on:
  schedule: # 03:00 JST == 18:00 UTC
    - cron: "0 18 * * *"
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    name: generate-github-profile-3d-contrib
    steps:
      - uses: actions/checkout@v3
      - uses: yoshi389111/[email protected]
        env:
+          GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          USERNAME: ${{ github.repository_owner }}
+          MAX_REPOS: 300
      - name: Commit & Push
        run: |
          git config user.name github-actions
          git config user.email [email protected]
          git add -A .
          git commit -m "generated"
          git push

With these changes I can now see the missing languages.

image

from github-profile-3d-contrib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.