Westbrook Johnson

Results 527 comments of Westbrook Johnson

@btelles Implemented from my fork? Did you instal via bower.json? I had a pita of a time getting bower to recognize that as the version to use vs the ones...

I don't seem to suffer from this via this JSBin: https://jsbin.com/lolekifale/4/edit?html,console,output It splices 50K items onto the list with no problem as many times as I like. Have I missed...

Very interesting. I'd definitely say that's an issue to bring up with the main Polymer repo, though I'm not sure you'll get much of an answer as it seems like...

I'd suggest in that case you use the ``` this.items = []; this.items = items; ``` approach as opposed to `splice` personally, seems like more computation work than it's worth,...

@keanulee any thoughts on how I might approach this problem in a way that would be enticing to the team?

That is exciting, I'll have to look into this more deeply. However, a quick pass on testing that out yields only slightly better results why working with the "hybrid" version:...

I'll have to catch up on some of my 2.0-isms anyways, so here's as good a time as any. Let me see what I can do.

@keanulee I've got a branch coming together for this that's gonna rely on some PRs to the various Polymer branches, but I wanted to share the progress so far: V1:...

Sorry @dman777 I never got around to doing this work. The upward facing pressure on the Polymer library did outline a path forward, however. In conjunction with this issue, the...

Does this happen if your properties have default values?