Logan Shire

Results 48 comments of Logan Shire
trafficstars

Ah, interesting! I was wondering how things got so messed up. Unfortunately, my app is primarily an iOS app, and iOS doesn't support decoding AV1 yet AFAIK. (It would be...

I'd also love to see this! I'm using libheif via libvips and I'd like to use an HEVC plugin to produce HEIC images.

@imsebasbo I had this issue as well - if you use the Playground option instead, that supports headers at least.

@tonimelisma that's totally fine -- now that I have the APIs to extract blobs, I'm pulling out the EXIF and XMP data and using other libraries to parse that.

@designatednerd I'm using the latest bundled codegen: ``` Correct version of the CLI tarball is included, checking if it's already been extracted... Current verson of CLI is already extracted! Apollo...

@designatednerd this has been happening to me for a long time. Fortunately, it seems smart enough to not regenerate the code if my schema or queries haven't changed. But every...

I only have one computer right now so I'm not sure. I do think relying on any sort of order in the schema or queries could be a bit problematic,...

@designatednerd I'm still encountering this issue as well. FWIW it only seems to happen for me for input objects. I.e. input parameters keep their order, but if one of those...

I would love to use this repo through a Bazel module as well! I use Bazel modules and I had to write my own module extension to load it as...

@meteorcloudy I know you *can* install buildifier and buildozer as prebuilt binaries, but I much prefer to add them as bazel dependencies and build from source. This is especially useful...