Lukáš Hrázký

Results 28 comments of Lukáš Hrázký

+1. The documentation should say how to find out the correct value, not just list a few examples.

Are you saying you're not interested in the detailed ufdio stats? :nerd_face: Sorry about the inconvenience, fixed in rpm: https://github.com/rpm-software-management/rpm/issues/1987 It appears the fix will be released in rpm-4.18.0 which...

toml11 has a compilation issue with new versions of gcc, it's been fixed in upstream but not released: https://github.com/ToruNiina/toml11/issues/184 https://bugzilla.redhat.com/show_bug.cgi?id=2044397

@DemiMarie honestly, you just suggested rewriting the whole project code base from scratch in a different language, and for description you've provided a single conditional sentence. Most of the major...

Alright, I'll bite :grin: let's discuss. @DemiMarie: > C++ isn’t memory safe, though. See Chromium’s “doom zone”: parsing untrusted input in a memory-unsafe language with high privilege is a bad...

Hello, assuming you're building with the in-repo cmake setup, zchunk is clearly being used only when the option is on. You're in the best position to investigate what's going on.

> Do you plan to introduce the alias plugin any time soon? If there's no such plan, how about to wrap these aliases in `#ifdef DNF5_SUSE_ALIASES` or something similar? What...

> First lets don't call them aliases but let say abbreviations... Not sure you're entirely on the same page with us, the PR is not about abbreviation aliases, it's about...

> We do need aliases, yes. We're considering DNF 5 for openSUSE ALP, which is in active development right now, slated for GA release late next year. Is it an...

> If you find it too SUSE specific, I'll be happy with the `#ifdef` so I can enable it where I need to. Tbh. I find this the worst solution....