Matt Stow

Results 60 comments of Matt Stow

Hmmm, I think it could be eval related. I've removed that in the 043 test and the test runs so much quicker than 042 (seconds instead of minutes), but the...

Hey Roland I've written a new version here: https://gist.github.com/stowball/07f6a2cc5f50403e261a. It fixes IE8 images when using enquire.js, drops IE7 support and simplifies & improves its performance. Here's a comparison to 0.4.2:...

Cool! :) I use `rwdChangeImgSrc` in my framework's carousel to lazy-load the each slide's image as required https://github.com/izilla/Suzi/blob/master/js/site/all.js#L502

This is really interesting, thanks. I won't merge it, because it's less of a "dummy's guide" (and I don't want to have to re-write my post), but I'll keep it...

Sorry, but I couldn't wait any more so published an up-to-date package https://github.com/stowball/gulp-twig

But how? It feels very wrong to need to intercept `onClick` on the submit button, blur, refocus and then submit… if that's even a possible solution to the problem

That doesn't seem to work either. The onClick doesn't seem to fire when there are errors: ``` const handleClick = () => { console.log(Math.radom()); trigger(); handleSubmit(onSubmit)(); }; return ( {errors?.firstName...

Thanks for the prompt, caring response and sorry my late reply. Let me know if I can help with implementing the Page Visibility API in any way.

Awesome, thanks for this. I've been playing at a specific time of day when I know I most likely won't get distracted/interrupted, so this will free me up to play...