Results 127 comments of Adam Gausmann

Improvements are being made on the Qt side: https://bugreports.qt.io/browse/QTBUG-99618

A workaround I've found is to recombine the executable and debug info into a single file. Can be done with `eu-unstrip` from elfutils: ``` eu-unstrip /usr/bin/cmd /usr/lib/debug/usr/bin/cmd -o cmd.dbg ```

I also encountered this. In my case, I _think_ the culprit was PyQt5 and QThreadPool. It looks like this: ``` $ cat /proc/13793/stat 13793 (Thread (pooled)) S 13689 13689 13688...

aaa, the tagged release is pretty old, it checks the host `/proc/cpuinfo` for SIMD features instead of checking the compiler, which breaks cross-compile. Looks like that has since improved on...

It doesn't seem like it can be cleanly backported to me. There are [a lot of changes](https://github.com/SatDump/SatDump/compare/1.0.3...master) between the latest release and master, about 8 months and 767 commits. The...

Updated to 1.1.0. Works fine on x86_64 with one small patch for musl; currently running some tests on aarch64

aarch64 (Raspberry Pi 4) looks good too

It would be nice to have sample datasets to perform a comprehensive test of the decoders. As a package maintainer and user on both x86_64 and aarch64, I want to...

I completely understand! Give me some time and I can make an example script and open an issue. If this PR doesn't work out, we can still track the performance...