Tobias
Tobias
I have not updated the code generator but just brute-force updated the generated files in place
> Actually getting it to work with JMESPath is quite a bit of work though. Would be great though ;)
Nice! `Data` is in `FoundationEssentials` though or do you want to get fully independent?
> Thanks for this! This is a worthwhile change but we have to be careful with merging it, as it requires a semver major due to Swift’s “leaky” imports. hm,...
@Lukasa would a package trait help us here?
Hey, I ran into the same problem. What is the correct way to make libheif understand the "H265" encoded preview image from a cr3 file? ``` mp4dump heif_thumb.h265 [CISZ] size=8+12...
Hm, thanks. I might be doing something wrong then. I am reading a file using "Libraw" and its "extract thumbnail" gives me these bytes with a type of "LIBRAW_THUMBNAIL_H265". The...
Ok makes sense, happy to share an example. This is the original CR3 file plus the "H265" frame for the preview thumbnail extracted with "libraw": https://www.dropbox.com/scl/fi/d5yt6huc8qzupu4xfhgz7/example.zip?rlkey=htcf0q4z0xtbgru9grppvkg2q&st=8ho41qfs&dl=0
Seems like you are right. This "patch" does indeed fix the issue. I guess there is currently no API to cleanly manipulate a request in the channel pipeline. ``` diff...
> I'm completely confused, there is no error in the terminal, but there is in xcode Try quitting Xcode and the launching it again _from the Terminal_: ``` $ xed...