Alex Pyrgiotis
Alex Pyrgiotis
Hi @noirbizarre, I've been using this plugin for some time now and I must say that I've come to enjoy it a lot. Granted, I think there are a few...
### Description I'm trying to run gVisor **within** rootless Podman. The aim is to use gVisor for its syscall interception capabilities. However, I get the following error: ``` $ runsc...
This PR makes the following improvements to the logging logic of the `fitz` module: 1. Removes some commented-out `print()` / `log()` call, which are no longer necessary. 2. Logs by...
### Description of the bug ## What happened? If one installs the latest version of PyMuPDF, and they initialize a `Pixmap` object using Python `bytes`, they will see a log...
The [`secp256k1::WrappedScalar`](https://docs.rs/vsss-rs/latest/vsss_rs/secp256k1/struct.WrappedScalar.html) has the following constructors: ``` From> From> ``` The problems with these constructors are: * The first constructor requires a `Scalar` type, which must match the exact same...
## Pre-release Before making a release, all of these should be complete: - [x] Copy the entirety of these instructions onto a new issue and call it **QA and Release...
It has come to our attention that Fedora 39/40 users, who have updated their systems after Saturday, May 4th, cannot run Dangerzone. Opening the application via the desktop icon seems...
In macOS, if we select 2+ documents and attempt to open them with Dangerzone, the following will happen: 1. A single Dangerzone app will spawn. 2. A single file will...
When Dangerzone invokes Podman, it passes a `--userns keep-id` argument. This invocation basically binds the user ID in the host (typically `1000`) with the exact same user ID in the...
It has come to our attention that the latest PySide6 release (6.7.0) has [dropped](https://wiki.qt.io/Qt_for_Python_Development_Notes#29._February_2024) support for Python 3.8. Dangerzone still supports this Python version, since it is [still used](https://packages.ubuntu.com/focal/python3) by...