Corey Ward

Results 101 comments of Corey Ward

Hey @piecego, I'm going to re-open this since it hasn't been merged in yet. 😄

Thanks for tackling the refresh issue so fast! Here's a screenshot of the label wrapping behavior I'm seeing (in Chrome):

:+1: Caching is kind of here to stay, and this is requisite for caching to work.

Actually, I had to do the following to get cache busting: ``` ruby class File < ::ActiveRecord::Base after_create do attachinariable.touch end end ```

@silvia-odwyer Oops that was just a typo in my post. I'm using `photon-node` in my code. I don't think the base64 string matters here as it happens even with this...

Here's a [CodeSandbox example](https://codesandbox.io/s/zen-http-7ht1bb?file=/index.js) demonstrating the issue. It actually seems to work fine when creating the image from the PNG data, but the JPG fails. [This is the source of...

Thank you! It looks like this allows `const img = photon.PhotonImage.new_from_base64(redSquareJpgB64);` to succeed 🎉 , but calling `img.get_image_data()` or `photon.get_image_data(img)` on the result results in the same “unreachable” error. Calling...

This was fixed in 9b1d3ec926f4432ae5d7b23dfaa8d8cdeaaadf89 and released in [v0.12.0](https://github.com/coreyward/gatsby-plugin-sanity-image/releases/tag/v0.12.0).

To chime in about a use case: browsers do not have native support for alpha transparency in H264/MP4 videos, so more esoteric formats are required (HEVC/H265 encoded Quicktime for Safari,...

@Prabhakar-Poudel Yep, there are some strategies like this for working around the issue, but it's still a bug.