Jason Miller

Results 1189 comments of Jason Miller

@laggingreflex try passing `trim={false}`, it turns off whitespace trimming. I think we do need to tweak it, but for your use-case that should fix.

Could be a timing issue (flipping the class but immediately flipping it back). I've seen this happen when a shim element is added in response to an event, but it...

@zachfeldman @drywolf @bnb I ported this to Preact (just aliased it really) and in doing so also published the demo to gh-pages: Port: https://github.com/developit/preact-music Demo: https://developit.github.io/preact-music/ Size seems much smaller...

Ah that's a tough one. I think this happened when we switched from htmlparser2 to jsdom. Seems like the only option here is to pre-parse using a simpler HTML parser,...

This seems like it might be a bit tricky to detect when a given `` is one Critters previously injected, versus something a developer has added. Also - @alan-agius4 I...

@alan-agius4 I think we could use this request as an interesting use-case for the plugin API @janicklas-ralph has been noodling on. It's mainly aimed at additional HTML tree reduction, but...

Ah - yes when Critters transforms URLs to filepaths it should absolutely be removing the querystring. I'd call that a bug.

Hiya - sorry for taking a bit to get around to this. I'm not entirely sure what the best option is for this, since the property is currently a tri-state:...

Removing it seems like the way to go.

Not sure if it's helpful, but it seems like you're looking for something like this: https://jsfiddle.net/developit/31kpgd0n/ You could use JSDOM to make it run on the server.