Remy Sharp

Results 126 comments of Remy Sharp

Have you tried using the XHTML strict doctype. IIRC it's what makes mathml work (or was one of the sole reasons to use XHTML, other than making you think this...

Yep - since the transition hides everything, and only once the transition ends does it change. Guessing what the code looks like, I'd hook the webkitTransitionEnd event on the first...

Hi there, just chiming in on this issue and the related PR - we're running perf tests on our site using typography.js and use `font-display: swap` is going to greatly...

I've moved this in to the latest release. It _should_ be nodemon@3.

It wasn't really *all of a sudden*! But it was because it was barely a change. The actual work, that you didn't do in the pr, which is why I...

For what it's worth, I didn't manage to fully test this (because I don't use typescript at all), someone caught that it broke default watching for TS: https://github.com/remy/nodemon/issues/2124 So I...

For those of you sticking on v2.0.1 to avoid the issue, what version of node are you using?

@davemooreuws and 3.x behaves with the same bug as originally described?

I think it's outside the scope.

I'd suggest starting simple. Get the structure of the library right, so you can pass in and get you get out. Start from there and build upwards. Right now we...