Witold Baryluk
Witold Baryluk
Ok, I found one more issue when building it, but it is not really related OpenMP anyway: ``` ... make[5]: Entering directory '/root/imagemagick-6.9.10.23+dfsg/debian/build-quantum-q16hdri' PASS: tests/cli-pipe.tap 1 PASS: tests/cli-pipe.tap 2 PASS:...
Can't reproduce using inkscape 0.92.4-4 , pycompile 1.0 from python2-minimal 2.7.17-1 and running on latest qemu-m68k and Linux kernel 5.3.7-1 from Debian ports. Installation proceeds without error, and `pycompile -p...
In my own implementation of indexing (which also supports multi-column indexing), for unique indexes I use this format: ``` key: table\x00s\x00\x00 value: primary_id_value , which will point to table\x00p\x00, where...
The `python` one should be left alone. It is reporting things correctly as not found.
  Kind of. Doesn't sum the cores from nodes still.
I think this is a serious issue. `Interfaces` show nothing now (it can be read via `ip address`, or `ip -6 address`). `Connections` shows IPv6 connections, but the port is...
> @baryluk, we researched this a little and couldn't find any country that uses this convention. Do you know who uses it, or is it just a notation you like...
AppImage (for amd64 and aarch64) would be way more useful and painless. The vulkan caps viewer works perfectly using AppImage. No dependency issue, and it just works.
@SaschaWillems On a topic of the AppImage, I have one small request. I think there is no need to wrap it in `tar.xz`. AppImage is already compressed (vulkancapsviewer 2.03 has...
Oh. There is even an official guideline on this topic: https://docs.appimage.org/packaging-guide/distribution.html#do-not-put-appimages-into-other-archives Also, you can use `appimagetool --comp xz` to use stronger squashfs compression if needed (probably already the default).