Scott Vandehey

Results 14 comments of Scott Vandehey

Can confirm that adding `Element.prototype.append`, `Object.assign`, & `IntersectionObserver` to our polyfill.io did the trick. The example polyfill.io URL in the readme should be updated to https://polyfill.io/v3/polyfill.min.js?features=Element.prototype.append%2CObject.assign%2CIntersectionObserver

You can see the issue on the typer.js demo page: http://cosmos.layervault.com/typer-js.html Note this only happens in Firefox -- Chrome, Safari, and IE all work as expected, but in FF, the...

I just looked this up for my blog post — It's always lowercase "npm", even in grammatically incorrect situations like the start of a sentence. 😬 Oh, and +1 for...

> is there a good way to get that to show in VS Code you're aware of? Under Settings, search for "Rulers". Here's my setting: ```json "editor.rulers": [80, 100, 120],...

Looks like some migration steps will be required: https://docs.cypress.io/guides/references/changelog#10-0-0

@tylersticka is this still relevant?

Yup, just closing out old tickets and wanted to check.

Note that we disabled these two plugins (though they're still installed as dependencies so we can monitor updates) in #1954