Aurélien Bompard

Results 49 issues of Aurélien Bompard

On the export page, the reports box suggests reports about year 2013. This is probably less interesting than the current year, so it should do that.

good first issue
todo

In the Badges system, everybody's "email" address is [email protected], because users are keyed on email addresses and not nicknames. But FAS has the actual email address that a user may...

enhancement
good first issue
todo

Follow the [cookiecutter template](https://github.com/fedora-infra/cookiecutter-python-app/) with changelog management: - use towncrier to generate it - convert it to markdown - have it be picked up by the Github action on tag/release...

good first issue
todo

The URL that Tahrir builds to export the badges can become too large, and Badgr refuses it. Maybe we can find a way to send the badges in smaller chunks....

Bug
todo

On [line 149 of fasshim.py](https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/blob/6ae9d9d351e3abcf2b4b8558093258a4c453d970/fedmsg_meta_fedora_infrastructure/fasshim.py#L149) there's an attempt at preserving memory by using the `del` keyword on an imported module: `del fedora.client.fas2`. It has the side effect of deleting the...

Without this change I'm getting: ``` -- Checking for module 'ced' -- Package 'ced' not found CMake Error at /usr/share/cmake-3.29/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - ced...

The Badge Builder form should use WTForms to make it easier to maintain and more standard (such as when the posted fields are not reused on the resulting page). It...

good first issue

We haven't updated the documentation when we started using tiny-stage. We should update our `contributing.rst` document to tell users to: - clone the tiny-stage repo if it's not done yet...

documentation
EasyFix

Ref: https://wiki.archlinux.org/title/Udev#Allowing_regular_users_to_use_devices The `uaccess` udev tag will add an ACL on the device for the currently logged-in user. This means the rules must run before level 70, where the `uaccess`...