Taeyeon Mori
Taeyeon Mori
I just ran into the same issue trying to setup a new install in arch-chroot. This is caused by lsblk relying on udev for the PARTTYPE info, which doesn't work...
> > nor is there an option to skip the ESP check in sbctl > > Specifying `ESP_PATH` omits the checks in `sbctl`. Ah I see I was too quick...
arch-chroot is (currently) the official way to do installs. FWIW, this issue also affects other things, so it is probably better fixed in arch-chroot: https://github.com/archlinux/arch-install-scripts/issues/24 Regardless, it might be a...
Indeed there is considerable overhead in including these libraries. I've compiled a few variations of SDL2_image: ``` 752K libSDL2_image-2.0.so.0.700.0-webp 3.4M libSDL2_image-2.0.so.0.700.0-webp+avif 2.7M libSDL2_image-2.0.so.0.700.0-webp+jxl 5.3M libSDL2_image-2.0.so.0.700.0-webp+jxl+avif 5.8M libSDL2_image-2.0.so.0.700.0-webp+jxl+avif+tiff ``` While I'm...
I might look into the build at some point, but the requirements seem to be rather hefty as far as disk space and time go. Maybe i'll spin up a...
I've been thinking more about this recently and was wondering how video decoding is handled in Ren'Py. Sooner or later it may be beneficial to have AV1 support for videos,...
Actually I think this is (at the very least partlially) my fault. I forgot all about Python 2.x when implementing PQI.get_data(). The FileNotFoundError exception was introduced as subclass of OSError...
About the other issue (having to use g++): XCode seems to dislike how PythonQt deals with stl things it seems. I'm not sure how to fix that without breaking current...
The Importer.get_data issue is fixed by 313404399e5d564aac230c108bcc1cad56dab16e
Maybe it needs an older version of PythonQt? because I'm guessing the "PythonQt_init_QtBindings" it's looking for might actually be PythonQt_QtAll::init Unfortunately, I use neither MSVC/VS nor Paraview (Never heard of...