David Hund

Results 48 comments of David Hund

Uh, I guess 😅 > Lighthouse requires Node 14 LTS (14.x) or later. > https://github.com/GoogleChrome/lighthouse Probably worth putting **14** in `.nvmrc` then too… PS: I just jumped up to NodeJS...

@amorey — Have you tried changing the `rel` attribute to `rel="preload"` in the `before` callback? Because I can't get it to work properly… The [way to do it adds an...

@dudyn5ky1 Thanks for your quick reply and fix. Using `v2.1.1-alpha.0`, however, the issue remains. I believe it is not (only) a problem that there were _multiple_ inputs created, also the...

@dudyn5ky1 I currently work around this with a JS fix, but do you agree the issue is not resolved with the Alpha release?

@dudyn5ky1 Apologies if I was not clear: I've not made a change/workaround in _your_ code, but created a **very crud**e hotfix in _my_ (extra) page's JS that simply sets the...

I'm not sure it's a good addition: it's not a Spec, nowhere supported prefixless and support seems very spotty in general anyway… I'll take a better look.

I've seen it before but never really used it. I'll add it, thanks!

Kinda swamped at the moment, would any of you care to add it through a PR?

Hi @KerryRuddock — thanks for the kinds words. However: I don't think you need the `-webkit-` prefix for Chrome 56. You can [check a test-page here](https://codepen.io/davidhund/full/OWwwPX/) Both my test Chrome...

You are using a deprecated syntax e.g. '`left top`' and '`bottom right`'. Replacing this with e.g. `300deg` should work… *Keywords* such as `left` and `top` need the **`to `** prefix:...