Moritz L'Hoest

Results 116 comments of Moritz L'Hoest

> @MoritzLost I don’t see that feature in Hyper. You must be capturing the fragment with a custom field? @brandonkelly No, it's a native attribute (`urlSuffix`) in Hyper ([mentioned here...

@engram-design Thanks! I think the issue mostly comes from the Hyper field having its own field layout _within_ another field, which may be set to 1/2 or 1/4 width. Craft's...

+1 for this issue, just spent a couple minutes debugging this. Whatever the best solution, running `npm create astro@latest` should include it. You shouldn't get a bunch of errors after...

@SoftCreatR Thanks for the reply! Just tested this, unfortunately it didn't work. First I installed `libavif-dev`: `sudo apt install libavif-dev` Then ran IMEI again with `--force`, which again finished successfully....

@SoftCreatR Curious – our servers are on Ubuntu 22.04.1 and it still didn't work, even after the manual installation of `libavif`. Anything else we can try, or any debugging info...

@SoftCreatR Here are the two log files from the two runs of IMEI: [imei-1721119863.log](https://github.com/user-attachments/files/16250248/imei-1721119863.log) [imei-1721133125.log](https://github.com/user-attachments/files/16250249/imei-1721133125.log) The first one is from the first run before I installed `libavif-dev`, the second one...

@SoftCreatR That's the version that's available through the PPA on Ubuntu 22.04 …  Any idea why AVIF is still missing even though it found the lib?

@SoftCreatR Hm, I'm at a loss :/ Not sure what else to try, since everything seems to be working fine and we're not getting any errors. Any idea what else...

@SoftCreatR @s0ar So if I'm reading this correctly, the issue might be related to the [1.18.0 release](https://github.com/strukturag/libheif/releases/tag/v1.18.0) of libheif? That would definitely fit the timeline, as our problem only started...

@SoftCreatR Thanks, we tried this and it does fix the issue! Good to have a workaround, but of course not a permanent solution. I'm looking at the changelog of `libheif`,...