Corey Ward

Results 86 comments of Corey Ward

@pm0u For what it is worth, if you're using CSS to size your images, the `width` and `height` properties only need to convey the aspect ratio to the browser. Unless...

@pm0u The Sanity docs do say that this ID format is stable and consistent, and in fact use this information in the Studio and elsewhere similarly.

@Svish Agreed! It would make my work on gatsby-plugin-sanity-image much easier as well!

@nikolailehbrink That returns the dimensions of the uploaded image, not the output image (post-crop, post-transformations). If anybody wants to determine the output dimensions deterministically, take a look at [sanity-image](https://github.com/coreyward/sanity-image). It...

+1 — seeing legitimate email addresses from Google Workspaces get flagged erroneously. E.g. `brian.o'[email protected]`

This is a hard blocker for a project I am on, unfortunately. We have an existing Next.js v13 app deployed to Vercel that is authored in ESM using `type: "module"`...

> +1 on this. Still an issue Yeah, the issue is still open. If you have something to add feel free, but please stop with +1 posts with no additional...

Ditto on many others: ``` sh $ ./Heartbleed yammer.com:443 2014/04/08 11:52:34 yammer.com:443 - ERROR: write tcp 204.152.18.198:443: broken pipe $ ./Heartbleed apple.com:443 2014/04/08 11:51:08 apple.com:443 - ERROR: write tcp 17.149.160.49:443:...

[According to this](https://community.render.com/t/edgedb-on-render/6273/4), EdgeDB is trying to run `kill` as root instead of the EdgeDB user. > We’ve done some investigation on our end, and suspect that lines 1156-1163 in...

A way of adding custom TLDs would be appreciated, too… ``` # for example: Domainatrix.recognize_tld '.dev' ``` Then I could easily configure my app to recognize it, without putting unofficial...