Rok Mandeljc
Rok Mandeljc
While debugging timestamp-related issues, I came across the following issue and inconsistency in time-zone handling. Consider the following minimal example (in the actual code, we would be passing QDateTime objects...
After upgrading `qgnomeplatform-qt5` from `0.8.4-12` to `0.9.0-1` on Fedora 36, the platform/theme settings are not applied in VirtualBox VM processes anymore. I.e., after launching the VirtualBox, the main application window...
Improve collection of `QtWebEngineProcess` helper in two specific cases: - collecting from Qt installed via Linux distribution packages (i.e., system package manager) - collecting from PySide2 and Qt installed via...
A glimpse into the horrors that near-future holds...
The PyInstaller hook was added in #162, but currently its entry-points are defunct in real-world installations (PyPI wheels, non-editable installs) because `freetype.__pyinstaller` is not installed as part of the `freetype-py`....
Have `sqlalchemy` hook collect all dialects and plugins that are registered via `sqlalchemy.dialects` and `sqlalchemy.plugins` entry-points. This ensures collection of 3rd party dialects and plugins that may be available in...
The first half of the PR fixes several classes of gcc warnings, and the second half enables support for The Other Compiler.
This PR reworks the logic we have in place for handling subprocesses spawned from the frozen application that involve a PyInstaller-frozen executable - either the same one (e.g., multiprocessing worker...
Disable UPX by default, even if its executable is available and use of UPX is supported on the target OS (i.e., Windows). Interested users must now explicitly enable use of...
Add hook for `pymeshlab` to collect plugins from OS-specific subdirectories, while avoiding https://github.com/pyinstaller/pyinstaller/issues/9335 on currently-available PyInstaller versions.