Mattia Verga

Results 144 comments of Mattia Verga

> > Force the update into testing and post three comments with karma so that the autopush is triggered. > > Yes. Why? I don't know. Do you? I assume...

yeah, I saw you already figured out that commenting out the setting will just bypass the feature... thanks. I'll try to check why it's not working correctly.

This is rather tricky: we have `Build.get_build_id()`, but it needs to query Koji, thus may slow down page generation. I'm postponing after 8.0 release to look into that. Maybe we...

ammonia + nh3 are the best replacements here, but they currently are not 100% compatible with bleach, because they completely remove unallowed tags, while bleach just escape them. We'll need...

Bodhi css is based on [Fedora Bootstrap](https://gitlab.com/fedora/websites-apps/themes/fedora-bootstrap). You can try ask there to add dark theme support. AFAIK Fedora Bootstrap is based on css bootstrap v5, [color mode support](https://getbootstrap.com/docs/5.3/customize/color-modes/) was...

It's not possible ATM, it would require a heavy rewrite of the code, starting from the database structure (every build is now related to a single release) and going through...

I've marked as "Discussion" because I have the suspect that the amount of work needed to modify existent bodhi logic for just a bunch of packages (we certainly don't want...

It seems that astrometry >= 0.82 has overcame the qsort_r usage? https://github.com/dstndstn/astrometry.net/blob/0.82/include/astrometry/os-features.h

From a Fedora Linux packager POV, going from bundling (almost) a single file to bundling an entire project like libraw is an horrible idea... and it will cause a real...

> I'm not familiar with the packaging process, so could you explain why adding many files is a burden? Is there anything that would help make it easier? It could...