Derek Gray
Derek Gray
@DominikMayrhofer Selects are easy enough to work around: ``` var options = [ ... ]; var select = this.$.yourSelectElement; options.forEach(function (item) { var option = document.createElement('option'); option.textContent = item.Text; option.value...
@ssshake don't think so, I proposed a new feature in #3448 to address it
@ssshake no word, it got labelled 'enhancement/needs discussion' by a Polymer team member. Will have to wait and see. Re-rendering on item changes is definitely a pain point.
I agree with @JeromSar; I am pretty ignorant when it comes to licensing and I don't have a clue what 'patent rights' means in this context or how they apply....
@gafter I have almost completed a prototype for #708 and I have been thinking about this one as well. The way I am going about #708 is to synthesize local...
I get the not wanting to 'add interfaces to all the things' sentiment, but I was very disappointed to find that everything is `static` now... that doesn't fit in with...
This issue should be resolved with the following pull request: https://github.com/gmanny/Pechkin/pull/42
@sarinsoman From the code you've shared it looks like you're using my fork. I don't see anywhere you are disposing of the converter. When you don't dispose of the converter,...
Thank you everyone for your discussion here; I will see what can be done about this.
Please check out https://github.com/tuespetre/TuesPechkin for a solution that might work for you; if you are still interested.