Michael Giuffrida

Results 17 comments of Michael Giuffrida

Agreed that it's probably a misconfiguration. I'm brand new to Android development, just playing around with it for fun really. But it took me hours to identify the cause of...

@ngocsangyem How is your project based on this one? Do you have the code for parsing wiktionary? Your API has more words, but it's extremely slow. Would love to be...

@ebidel, do you mean the other way around? I agree Polymer/vulcanize#284 is a weird case, and I only ran into it because of this issue here. Or is your point...

I agree with you. It's the same reason why `crisper`'s behavior is inconvenient: its output doesn't make sense in an import. So feel free to close that bug as WAI...

@Eloston Any ideas on this? What's weird is that pausing execution of your extension's background page in DevTools doesn't stop Chrome from gobbling up memory -- wondering if this is...

On http://knowyourmeme.com/memes/me-gusta there seems to be an interaction with a "trends-widget-1" iframe where it repeatedly handles and posts a message, which also triggers this extension's content script's message listener. https://ssl.gstatic.com/trends_nrtr/962_RC10/embed_fe_line_chart_v1_js_bin.js...

Haven't found a solution yet -- somehow it seems like window.removeEventListener isn't working. I'm trying to reproduce it in a simpler case.

/cc @azakus @kevinpschaaf Would this have performance implications? `iron-icon` tends to be a high-frequency element, but the icon rarely changes, so it would mostly be an issue at startup.

Updated repro case that specifies version 1.x: https://jsfiddle.net/yhjcu8hg/ Steps to repro: Press `true`, then `undefined` Result: checkbox shows no checkmark but blue background