Eric Bidelman

Results 302 comments of Eric Bidelman

Thanks for the PR. I have some reservations about the approach. Namely, it will make all maps components 300ms slower. How short can you make the time before it no...

Any update on this? > When this has been fixed, will the explicit conversion to string still be necessary? Not sure about the internals of what actually makes the request,...

@devnook created this one

Just wanted to point out that the constructor returned by `document.register()` can be name-spaced: ``` var winjs = {}; winjs.PivotItem = document.register('winjs-pivot-item', ...); ``` `` calls this for you but...

I'd love to hear @banguero is looking for? We're working with the DevTools team to expose more stuff and making the tools better from components. cc @addyosmani

I do think a browser action might be better. They can inject content into the page too. Instead of having this run on all pages :(, it seems better for...

@justinfagnani when will the v1 polyfill support customized built-ins?

This is known. There's been a lot of churn on shadow dom recently, and the browser vendors have finally settled on pursuing Shadow DOM v1: https://www.chromestatus.com/features/4667415417847808 `createShadowRoot` is part of...

See https://github.com/webcomponents/webcomponentsjs/issues/430

I think for starters, it would be cool if app-route had a solution to update page `` when a new route is navigated too.