Corey Ward

Results 101 comments of Corey Ward

Same issue. I tried twice, and after trying to connect to the bridge Stream Deck it looked successful, but shortly afterward it crashed. After the second time it wouldn't restart...

Might not be the plugin that did it, but the app itself (since it provides itself root access during the install it can and does modify files). Either way I've...

Hey! Thanks for this nudge. I have some changes locally to enable exporting the `SanityImageProps` type, but I need to do a bit more testing on it before I push...

This has been fixed in the latest version (v1.0.0). There is a new example of how to implement a wrapper component that is simpler while maintaining the polymorphic behavior.

You seem to be hitting this bug: https://github.com/sanity-io/image-url/issues/32

For now I'm doing this to make existing 1.x code work with 2.x: ``` type SuperJSONObject = Parameters[0] ```

Is there compelling evidence that this is actually beneficial given the context (images served from a third-party domain)? From what I can ascertain, this is actually a net negative: 1....

Okay, that Google link is helpful. I can see this being of some value in some scenarios. The value is relatively low (as Google says, "the filename can give Google...

Out of curiosity I poked about a bit and it looks like the alt text is retrieving the image on Google image search, but the vanity name is not. I...

Any library using `@sanity/image-url` will be inaccurate so long as they ignore [this 3.5 year old issue](https://github.com/sanity-io/image-url/issues/32) that I documented extensively and even built an entire interactive playground to demonstrate....