Daniel Berrangé

Results 21 issues of Daniel Berrangé

I'm auditing the licensing of Augeas for the purposes of Fedora's SPDX license record. Most of the lenses just refer to being under the same license as the rest of...

**Describe the bug** Quaterion suddenly crashed on me, and on subsequent attempts to restart it, it always crashes. Immediately preceeding the crash is the message: ``` Trying to add the...

crash

IIUC, when sending emails, the default CC list is found by looking at combination of Signed-off-by tags in the commit message, and results of an external script (eg qemu's get_maintanier.pl)...

I'm trying to test a pull request email sending so I run with my own to address: ``` $ GNUPGHOME=/run/media/berrange/SecureDiskB1/gpg/ git publish --pull-request --to='[email protected]' Stopping so you can inspect the...

The Koschei UI shows every package that is currently in Fedora repos with permalink like https://apps.fedoraproject.org/koschei/package/libvirt-glib but by default it displays a message: Scheduler parameters Package is currently ineligible for...

Sometimes a user (or bot) edits or deletes a message that is quite old. It can be very confusing to see such messages inserted in the current timeline, even with...

When someone types a unicode emoji in a message, slack will convert that into a slackcode eg someone types 🦕 and slack's message text contains `:sauropod:` instead of 🦕, even...

The swtpm program that is used to provide QEMU/KVM virtual machines with a virtual TPM can save a log of all TPM command packets. The file format looks like this:...

I am using: **O.S**: Fedora 40 **Browser**: Firefox 131.0.2 **Platform**: desktop ## Problem The preview of the new Python 3 port has broken HTML escaping in the XML feeds eg...

In ``ResourceCompiler.cpp`` the code explicitly disables comments when parsing JSON ``` parseAndValidateJson(T& jsonContent, Json::Value& root) { Json::CharReaderBuilder rbuilder; rbuilder["rejectDupKeys"] = true; rbuilder["allowComments"] = false; std::string errs; ``` but meanwhile in...