Alex Pyrgiotis

Results 325 comments of Alex Pyrgiotis

I just checked, and I can verify that the packaging error is fixed, but now we're dealing with a runtime error that I've reported upstream: https://github.com/marcelotduarte/cx_Freeze/issues/2938

... and I tested with an old cx_Freeze version, hence the bug. I have verified that with cx_Freeze 8.2.0, everything works.

As part of releasing 0.9.0, we have to run our large test suite. I want to timebox this particular task (and #657), to see if it's possible to run our...

We now have a way to run our large test suite in GitHub actions, in ~40 minutes total ([example run](https://github.com/freedomofpress/dangerzone/actions/runs/13821083289/job/38668251842#step:8:17)), by sharding our Python tests in 20 groups and running...

The above is a way to perform the sanitization manually, using intermediate files. We don't want that, as these files can get very large, very quickly. In our case, we...

That's super great info Kunal. I wasn't aware that HEVC is not supported by Firefox, nor the patent about mp4. It seems we need to use a codec that is:...

## Docker message The Docker message in the design material misses the option we give to the user to redo the check. We can either add it, or check for...

Definitely, I'll make sure to create an issue for the 0.8.0 release and tackle it there, as it's long overdue. This fix will be orthogonal to the designs we suggest...

Yeap, building Dangerzone with the 2024-08-26 gVisor release works. The change I made was: ```diff diff --git a/Dockerfile b/Dockerfile index 9988660..872e634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@...