waka-readme-stats icon indicating copy to clipboard operation
waka-readme-stats copied to clipboard

This GitHub action helps to add cool dev metrics to your github profile Readme

Results 122 waka-readme-stats issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When setting the flag `SHOW_PROJECTS` to `False` the README gets only partial updates as seen below: ![image](https://user-images.githubusercontent.com/45742226/103448758-3bfe5700-4c9e-11eb-8a58-bdecf02a9c0a.png) ------- **To Reproduce** Use the workflow provided below ---------- **Expected...

bug

**Suggestion** Hello, I could be nice to be able to show or hide fields of rows (time, progress bar, percentage...). **Example** ``` SHOW_LANGUAGE: VISIBLE: true SHOW_TITLE: false SHOW_TIME: false SHOW_PROGRESS:...

Brainstorming

**Is your feature request related to a problem? Please describe.** My GitHub README was cluttered because of the different features I had included. So I rewrote it using HTML to...

help wanted
Brainstorming

Currently, the project already has a `Pipfile` along with a `Pipfile.lock`. I would suggest installing `pipenv` even inside the Docker container and moving all the dependencies from the `requirements.txt` file...

Brainstorming

Hi! Is it possible to add language embeddable charts alongside with loc bar chart? ![image](https://user-images.githubusercontent.com/53419293/102196248-a4e78000-3ee5-11eb-9d31-756bbe055e6d.png)

Brainstorming

**Is your feature request related to a problem? Please describe.** The lines of code feature vastly overestimates the lines of code I have written, and it has done the same...

Brainstorming

Is there any way to rearrange the individual components in the markdown file? e.g. : Can I move My Github data to the very bottom of markdown?

enhancement
help wanted
Brainstorming

Implement the remove heading flag to remove all headings form each stats.. _Originally posted by @manastalukdar in https://github.com/anmol098/waka-readme-stats/issues/35#issuecomment-667796318_

We may need to write tests to check it properly for any new update.

enhancement
help wanted

**Describe the bug** Exception Occurred 'stats' ```python Traceback (most recent call last): [27](https://github.com/rad182/rad182/actions/runs/3047528675/jobs/4911612157#step:3:28) File "/main.py", line 566, in [28](https://github.com/rad182/rad182/actions/runs/3047528675/jobs/4911612157#step:3:29) waka_stats = get_stats(g) [29](https://github.com/rad182/rad182/actions/runs/3047528675/jobs/4911612157#step:3:30) File "/main.py", line 480, in get_stats [30](https://github.com/rad182/rad182/actions/runs/3047528675/jobs/4911612157#step:3:31)...

bug