Aviraj Khare

Results 9 issues of Aviraj Khare

Remove django-oauth-toolkit==1.3.0 (from -r requirements/test.txt (line 23)) as condition is already satisfied in django-oauth-toolkit==1.2.0 (from -r requirements/base.txt (line 91)), name='django-oauth-toolkit') Please check your GitHub actions CI. Actions are failing.

Since I can't find the Prometheus client installed inside requirements.txt, I will suggest using it so that we can setup monitoring and alerting around our services. Services include: - App...

Please do checkout coverage.py: https://coverage.readthedocs.io/en/6.4.4/ Code coverage helps us to know how many tests are written. Also, you can push the reports to codecov: https://about.codecov.io/

Hello GitCoin devs! Checkout Black: https://black.readthedocs.io/en/stable/ Use it to format and fix formatting issues in Python code. The code would be easier to read.

if a command throws an error. It's better to raise SystemExit() instead of sys.exit()

Introduce termcolor: https://pypi.org/project/termcolor/ to print meaningful information in the terminal. The error should be red, warnings should be yellow and success should be green.

Introduce code-coverage and push data to codecov.

We can send errors of the CLI to the Sentry so that bug tracking could be easier. https://sentry.io/welcome/