Edmond Varga

Results 15 issues of Edmond Varga

Hi, Is there a simple way of flattening a model without the need to access every related property to get their value? What I would like to simplify: ``` export...

type: Question

Hi, Some of my users often have problems understanding that if they copy text from a foreign website that comes with its own formatting. Would it be possible to have...

Hi guys, In my element I'm displaying category titles as Tabs. The problem is that I can't switch between tabs which are rendered after the categories get fetched: ``` ......

backlog

Hi, I'm trying to figure out why no diff is displayed for the bellow test: ``` const expected = { type: 'UPDATE_LOCATION', route: { 0: 'foo' } }; it('Will forward...

Hi, First let me thank you for the detailed and really well explained HAN example! I was looking for days for such a source to get up and running with...

Hi, I've reinstalled my mac, now wanted to get tomighty back but your website is down :( Could you share an URL from where we could download it? Thanks!

Hi, Thanks for this nice and clean little app! I was wondering if you could add an option for starting it automatically after booting up. Thanks!

Hi, Is it a normal behaviour for an observer set on `routeData` to fire after navigating away from an element? I use the stock PSK, with `iron-pages`. I have created...

Images URIs fed into `iron-image` not being properly encoded fail this check: ``` if (this.$.img.src !== this._resolveSrc(this.src)) { return; } ``` because `this.$.img.src` gets automatically encoded but `this.src` not. `encodeURI(testSrc)`...

cla: yes

Hi, Each time I pick an item from the `paper-dropdown-menu`, the observer which I set for the `value` attribute gets fired twice, once having the desired value and a second...