VIGNESH R

Results 9 issues of VIGNESH R

what about creating a website for quickemu project

documentation
enhancement
help wanted

readme.rst file containing doc links - few of them are showing 404 error

Path: bodhi-fedora-infra-/bodhi-server/bodhi/server/security.py Line Numbers: 40 - 41 Class 'ACLFactory' inherits from object, can be safely removed from bases in python3 ![s3](https://user-images.githubusercontent.com/37074210/224871180-47786302-a7af-4d12-972f-8e7a7e9b3e21.png)

bodhi-fedora-infra-/bodhi-server/bodhi/server/consumers/util.py Use lazy % or % formatting in logging functions Line Numbers: 74 - 75 Use lazy % or % formatting in logging functions ![s1](https://user-images.githubusercontent.com/37074210/224870290-fe528e18-326a-432c-8d84-d0030589d852.png)

bodhi-fedora-infra-/bodhi-server/bodhi/server/bugs.py Line Numbers:233 - 234 Value 'typing.Union' is unsubscriptable

what about containerize app-center codebase using Docker. so that it is easy to setup on local device for devs & also it is helpful to manage codebase.

downloads/tests/test_views.py `from rest_framework.authtoken.models import Token` this is an unused import can be removed

jobs/migrations/0013_auto_20170810_1625.py `from django.db import models, migrations` this is an unused import can be removed.

module = sponsors/forms.py field = required_asset.as_form_field(required=required, initial=value) if required_asset.due_date and not bool(value): field.label = mark_safe(f"{field.label}(Required by {required_asset.due_date})") if bool(value): field.label = mark_safe(f"{field.label}(Fulfilled, thank you!)")