Chris

Results 16 comments of Chris

I think this same issue exists for the `media` endpoints too.

@jshwlkr Ouch! That's what I get for only testing on Unix. I'll add this in, thanks.

@jshwlkr Closing this in favour of #41. Thanks again :)

Today my audit is sitting at: ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │...

@rebeccahum I appreciate this is an old PR but is there a reason this PR never got merged? Happy to help get this over the line if possible.

I've got this same issue with video IDs that contain `_` underscores.

> Hello, > > It looks like this project is dead and I was wondering, how to migrate to something else like tailwindCSS. Did anyone go through this process and...

Does it not use the tag as the subject?

I've managed to solve this using `fast-exif`. I'll leave this open, incase a native solution is wanted. ```js eleventyConfig.addCollection("images", async (collectionApi) => { let files = await glob("./src/_raw/**/*.{jpg,jpeg,png,gif}"); let allImages...

> I think this overlaps with #52 which would allow folks to use [sharp.pixelplumbing.com/api-output#withmetadata](https://sharp.pixelplumbing.com/api-output#withmetadata) Yep, it does. I might stick in a PR to get the ball rolling on this.