Corey Ward

Results 101 comments of Corey Ward

@dylanjha It's been an issue since I turned on watchMode on November 22nd.

I've not noticed this happening as much since I filed this bug originally. If it's been overnight or longer, or if my computer goes to sleep, it's more likely, but...

Since Sanity offers a full image transformation pipeline of its own, Gatsby doesn't need to download the images in order to generate multiple sizes. Since Gatsby doesn't have the image...

Sanity provides a pretty generous allotment of bandwidth and the charges for overages are fair. In any case, downloading the full size versions for local processing on every build would...

> It would especially help people that are on Sanity developer plan to not hit the CDN limits. > … hosting is becoming so cheap and abundant that the "bandwidth"...

There's also this: https://github.com/reactgraphqlacademy/gatsby-source-sanity-transform-images

@natemacinnes I haven't done any work on it since this post was made.

Does `Faraday::HttpCache` rely on intercepting the request before it's made? It would seem that it should be caching raw HTTP responses before the keys have been symbolized in the first...

Ah, so after looking at Faraday::HttpCache and the Her docs a little better, I think the issue is that HttpCache is using serialization, and Her is very adamant about the...

Chrome 85.0.4183.121. In Firefox 80.0.1 and 81.0.1, a quick `appendChild` results in `TypeError: o.push is undefined`. Safari 14.0 similarly complains: `TypeError: undefined is not an object (evaluating 'o.push.bind')`