Closed Giorgi closed 4 years ago
Looks like good idea to optionally disable this functionality.
Would you like to jump into this maybe? Here's section of code that'd need to be disabled:
New configuration would need to be handled:
And here is small app to test:
Dev process:
yarn install
yarn dev
-> https://github.com/piotrl/github-profile-card/blob/master/package.json#L25When I run yarn dev
I get:
'WEBPACK_ENV' is not recognized as an internal or external command, operable program or batch file.
Any suggestions ?
are you using windows cmd?
Maybe you can try git-bash that imitates linux-like CLI? https://gitforwindows.org/
Same error with git-bash
Solved it with cross-env
Super cool, thanks @Giorgi for contribution! This is so awesome, you're first contributor of this project :D
I released version 3.1.0 with some fixes. See it here: https://github.com/piotrl/github-profile-card/releases
You are welcome. Thanks for the new release!
Looks like most of the time for getting the data is spent on getting language details so can we have an option to skip language details and don't show it?