hadess
hadess
Fedora, amongst others, is removing SHA-1 support for signatures (eventually) from gnutls and openssl: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings3Forewarning2 iOS has removed support for SHA-1 TLS certificates, but it obviously still supports that for...
Repeat the commands requested after sleeping 2 seconds. This can be useful to monitor a battery status.
``` bubblewrap.c: " --pidns FD Use this user namespace (as parent namespace if using --unshare-pid)\n" ``` But `--unshare-pid` says: ``` bubblewrap.c: " --unshare-pid Create new pid namespace\n" ``` The help...
After building the Flatpak, publishing failed with: ``` Publishing build https://hub.flathub.org/api/v1/build/73749 Api call to https://hub.flathub.org/api/v1/build/73749/publish failed with status 400, details: {'status': 400, 'error-type': 'no-error', 'message': 'No json error details from...
`gnome-multi-writer-probe` from https://gitlab.gnome.org/GNOME/gnome-multi-writer/ allows the detection of fraudulent, fake or heavily damaged USB devices. USB devices can be programmatically unplugged and replugged, countering one of those device's modus operandi, though...
The main development branch was renamed, so the URL changed.
The Flatpak linter runs inside an environment where IPv6 works, so f-e-d-c tried to use IPv6 to contact a website with a broken IPv6 configuration: https://discourse.flathub.org/t/enforcing-pull-request-workflow-and-green-ci-status-of-prs/3109/4 Ideally, f-e-d-c would show...
I've packaged sView for Flatpak in Flathub, and would appreciate if you wanted to take over maintenance of it. It's currently in review, and will likely require some patches to...
Here are some comments about the code in the repository as it is today: - https://github.com/bjarosze/gnome-bluetooth-quick-connect/blob/master/power.js is unnecessary, the battery information is already exported through the `battery-type`, `battery-percentage` and `battery-level`...
Using this [Windows API doc](https://docs.microsoft.com/en-us/windows/uwp/opbuildpdf/toc.pdf?branch=live), opening its 7k+ pages makes the whole interface use gigs of memory, and struggle to cope when a single page is selected or deselected. Removing...