Alex Pyrgiotis

Results 325 comments of Alex Pyrgiotis

We're heading towards 0.10.0 RC2, which we hope will be the final release. I'll close this issue, and start a new one.

You're _definitely_ thinking about this right, and it's something that we'd really like as well, because it opens lots of new options; support for mobile users, modernizing our Qt GUI,...

Thanks a lot Alexis for the dig. It took me a while to reply here due to some other issues that were affecting Dangerzone, but now I'm here. So, here's...

Thanks a lot Ada for your input. Ok, let's put the pinning option to rest. Now, with regards to CT, thanks for the dig. I wanna focus on the last...

Thanks for debugging this Etienne. I actually wanted to run Orbstack before weighing on this issue. It could be that our custom seccomp profile does not work for whatever reasons,...

Thanks a lot for this comment Etienne, it makes lots of sense. > But it's difficult to think of a scenario where that would happen while the gVisor-side seccomp filter...

Sigh, we have a regression in 10be85b 😔. The seccomp profile, which was previous unconditionally loaded in case of Docker, is now loaded only if Podman is used on Linux/macOS....

Great! Closing this issue then as completed. Thanks for the notice.

For the time being, our suggestion is to always use PySide2 stubs for typing checks: ```python if typing.TYPE_CHECKING: from PySide2 import QtCore, QtGui, QtWidgets else: try: from PySide6 import QtCore,...

Developments that may render the above not necessary: 1. PySide6 devs have recently closed some issues related to missing Mypy stubs. See https://bugreports.qt.io/browse/PYSIDE-1603, and the duplicate links section. This fix...