Jason Miller

Results 1189 comments of Jason Miller

I'm always happy to review a PR, just I don't want to give you the impression it's going to be something we can necessarily merge. There's very little that can...

Indeed! I would *love* to see some benchmarks on this, since the approach you suggested is what the much larger [element-resize-detector](https://github.com/wnr/element-resize-detector) uses.

It seems reasonably drop-in in terms of a swap, just change `iframe` for `object` and set the type to `text/html`, right?

hmm. not sure what to make of that. Object seems slightly better?

Indeed. I don't trust it quite as much on mobile where flash never really necessitated that it work years ago

lol maybe, that was more for the comic effect :P something about the sweet crisp tiny SVG keeps me coming back

Yup. The difficulty here is that the lexer is a regex. It's very hard to dynamically build up a regex and still have meaningful submatches.

Possible solution might be to use `position:fixed` and the z-index? It'll still be clipped, but being in a new stacking context will make it so browsers can't guarantee it's out...

It looks like this was a regression in 2.0.0.

Most of my projects follow a similar pattern: choose a seemingly unreachable size goal, then meets that goal and release the project. Most times I've found it's best to keep...