Jed Fox

Results 641 comments of Jed Fox

[`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver) would be useful here

Since margins can collapse against each other in some circumstances I think it would be best to stick to `padding`. Maybe have a way to tag modifiers as either dependent...

I think this is happening because the demo removes the `` inside the button and replaces it with a text node. Then, when switching to a different demo, we call...

[`gatsby-image`](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image) uses a build step to automatically resize a single image. I don’t think there’s really a container format for multiple image sizes, so sticking with xcassets (and maybe providing...

It looks like the issue is that Safari doesn’t have a dark-mode version of the `slider` input type. Not sure how to fix this — maybe I should just toggle...

I think I covered this in #116 — or should this be kept open until there’s an automated system?

~It looks like that might be unrelated — it’s about not being able to use `@main` at all in single-file Swift things, not overriding `@main` on a custom class.~ oh...

What about rendering the text using the character atlas, then rerendering it in the backround as a block of text while idle? If the two result in the same image,...

> The only real issue there is applying heterogeneous styles to it. Just don’t. Pass each string of continuous style to the function separately. You *might* be able to make...

Looks pretty cool @princjef! What do you think about adding tests to Fira Code for `0xc0ffee`, `0x1234`, and `17x32`? (The `x` turns into a times sign on those)