* chore: replace `git.io` links
* Update src/common/utils.js
Co-authored-by: Rick Staa <rick.staa@outlook.com>
Co-authored-by: Rick Staa <rick.staa@outlook.com>
* Update docs to mention maxDuration to 10
I forked the project and tried running it, but got an error saying
The value for maxDuration must be between 1 second and 10 seconds, in order to increase this limit upgrade your plan: https://vercel.com/pricing
- We have to set the maxDuration to 10 for free plans in vercel.json
* docs(contributing.md): improve syntax
Co-authored-by: rickstaa <rick.staa@outlook.com>
* Updated readme_de.md
There were some spelling issues, but probably it's all right as it was last version, what do you think?
* Update docs/readme_de.md
Co-authored-by: Julian Holfeld <julianholfeld@student.uni-kassel.de>
* Update docs/readme_de.md
Co-authored-by: Julian Holfeld <julianholfeld@student.uni-kassel.de>
Co-authored-by: Julian Holfeld <julianholfeld@student.uni-kassel.de>
Updated the Vercel PAT setup instructions.
The original instructions don't say to enable `repo` permissions on the Personal Access Token. Without these permissions, the widget was not able to count the `total commits` on my private repos. I updated the instructions to specifically mention enabling the `repo` permission on the PAT.
I tested this using my own Vercel instance and can confirm the `repo` permission is needed.
This fix has been mentioned here: https://github.com/anuraghazra/github-readme-stats/issues/1275#issuecomment-929887319
This commit removes the `hide` argument from the `fetchTopLanguages` call
found in the `top-lang.js` file. This was done since this was leftover
from 465faa7c32.
* Fixed Firefox text overflow / overwriting issue
Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken
Fixesanuraghazra/github-readme-stats#664Fixesanuraghazra/github-readme-stats#1134
* Fixed tests by moving to other css-to-object
Moved the `css-to-object` package to @uppercod's version for test fix. This doesn't seem to have the same issues as the older package
* chore: cleanup test
Co-authored-by: Anurag <hazru.anurag@gmail.com>