Alexis Métaireau

Results 539 comments of Alexis Métaireau

Hi @adamjsturge. We've had a good chat with the team last Thursday about this, and the main take-away is that we would be glad to have a proof-of-concept, if you...

In addition (or as a replacement) to opting-in in our code for a number of container technologies, we could have an option in the interface to enable this custom seccomp...

I confirm that changing the default seccomp policy works in this case: I've been able to run a conversion on Orbstack with the changes listed in #926

[Qt 6.8 improved](https://www.qt.io/blog/qt-for-python-release-6.8) how they are dealing with types. I've not tried it, but it might help with this issue.

> I suggest we wait a bit until the PySide6 devs catch up in the meantime We discussed that today and agreed on this. Let's wait until it's ready, and...

Hi, and thanks for asking @XSpielinbox. We plan to work on this next week, and 0.10.0 will be released for Fedora 43 in the coming weeks.

If there are some tests which are known to be unstable, one way to not bother too much about them is to rerun them with [`pytest-rerun-failures`](https://github.com/pytest-dev/pytest-rerunfailures) (yeah, this is a...

Yup, I think this should be used only if we don't have the time / we don't find / we can't fix the race condition :+1:

Just got the total number of downloads for year 2024 (so far), with this command and jq filters: ## Total asset downloads for a specific year: ```bash curl "https://api.github.com/repos/freedomofpress/dangerzone/releases?per_page=100" |...

I put something together available at https://dz-stats.notmyidea.org/ for now. I probably should publish the code somewhere so that it builds inside a CI job periodically. What's the best course of...