Corey Ward

Results 99 comments of Corey Ward

I was able to solve this by ejecting to Express (thanks for the script, @kiliman!) and adding the following to my `server.js`: ``` express.static.mime.define({ "image/avif": ["avif"] }); ``` With this...

You can do this today: ```jsx ``` This does result in a few extraneous attributes on the `source` tags (e.g. `alt`) but they are ignored by the browser and don't...

Oh, yeah, doesn't look like `htmlWidth` and `htmlHeight` are ever removed from the `props` object before it's passed to `img`. šŸ˜“ Since it doesn't look like you're adjusting the orientation...

@lovell Seems like V***** still doesn't support versions of Yarn above v1, so upgrading isn't an option for many people. https://vercel.com/docs/deployments/builds/package-managers

Interesting. I can confirm that Yarn v4 does not work on V*****, so I don't know what you heard but perhaps they're unaware of this issue. The experimental corepack flag...

@lovell I took your advice and reached out to support. It didn’t really help. For posterity, here’s the full reply: ![IMG_8703](https://github.com/lovell/sharp/assets/81224/7c39bae1-a173-4e1d-859a-0296cd033962) I’ll see if I can find an existing discussion...

Circling back to this, I think that the changes the Sanity team has made to @portabletext/react address many of the pain points that led me to create `react-portable-text`. I've been...

Yeah, sanity-pills v2 has been compatible with v3 for a long while now, I just need to do some tidying up so it's clear. Using the `fields` helper even handles...

As mentioned, I'm not really familiar with `scroll-behavior`, but as best I can tell the above is true. Happy to provide any other data you need to dive in. Oh,...

After some more testing I found that the originally described behavior does not occur if the page is not already ā€œdockedā€Ā at the top or bottom. I.e. if there's a...