Vikranth Udandarao

Results 14 issues of Vikranth Udandarao

This PR closes #2319 by adding support for detecting usernames on Wakatime. The following changes were made: - Added Wakatime entry in `data.json` using the URL pattern `https://wakatime.com/@{username}`. - Implemented...

This PR closes #35 by addressing the issue of `__pycache__` directories being present in the repository, despite being included in `.gitignore`. The `__pycache__` directories contain Python bytecode files (`.pyc`) that...

Currently, the repository includes `__pycache__` directories, even though it is included in `.gitignore`, which contain Python bytecode files (`.pyc`). These files are generated automatically during runtime and are not needed...