Dominik

Results 14 comments of Dominik

This is pretty simple. Just add paper-tooltip to the desired elements/sub-elements and you're good to go. This is what I have done so far.

@pomber I can do that. Do I need a pull request or is it sufficient to send you the code?

Hi angerman, I try to create an archive from my Xcode CI server through an aggregation target with a run script for creating a fat framework. The framework is created...

I would also be interested in using this testing framework on Kubernetes clusters especially OpenShift where docker daemons are not present.

As written above, the code is the DOM in the debugger (dev tool). This is my code: ``` ... ready: function () { this.app = au.app; this.user = au.auth.user; ......

Is there a road-map when the patch from @derfel will be merged into the upcoming release?

Is there a road-map when the patch from @derfel will be merged into the upcoming release?

Right now it's only possible to use `on-iron-select` or `on-iron-deselect` due to the described bug above. Is there a schedule for this bug fix?

@JanMiksovsky Be careful with the provided workaround! In my case I'm using a `paper-listbox` with the attribute `attr-for-selected` which maps to something different then the index of the array! For...