Zeno Rocha
Zeno Rocha
Browser actions are supposed to execute after the user hits the button and that's not what we want here. The reason why this is a Chrome Extension and not a...
If you're worried about security or browsing speed I recommend you to use @ebidel's [bookmarklet](https://gist.github.com/ebidel/4bdbe9db55d8a775d0a4). Although I'm pretty sure you'll end up forgetting that it exists and will not notice...
I guess what we could do to improve the browsing speed is store the `hasElements` variable in Session Storage. Or use `document_idle` for [`run_at` attribute](https://github.com/webcomponents/chrome-webcomponents-extension/blob/master/manifest.json#L31). What do you think?
Is this auto generated?
Sure, just go ahead and send us the slides and video.
@juliencastera we removed the hard requirement on Yarn, make sure you upgrade to the latest version.
@vinicoder any updates on this?
Can you elaborate on why the "template" use case helps with the ul, ol, or li components? I like the idea of having them, but I still can't see the...
Lots of great stuff here, thanks @FidelElie! Let's break it down into multiple feature requests? > Is there a way to change the port that the dev server runs on?...