Max Waterman

Results 83 comments of Max Waterman

https://exploringjs.com/impatient-js/ch_regexps.html#replace-replaceAll The table heading has "RegExp w/o \g" (backslash) which should probably be '/g' as in other instances.

I've had some success, but not there yet. Some issues. I had to 'hack' polymer-dragula to find the template and add an event listener for dom-change, and only then add...

Sorry, I don't quite understand. Shadow dom is inherent to web components, as is dom-module. I guess I'm misunderstanding you...could you explain a bit more?

Would this fix the following synthetic case, which just hit me in real code, where I copy/pasted part of a `$0.querySelector(....)` call I did in chrome devtools as a test,...

I think that has the same problem though, doesn't it? IE, there's no way to get a reference to the element from within a computer property either. Actually, the way...

"template being stamped"? You mean the element's template? This isn't part of a dom-{if,repeat}, but perhaps it's the same deal. I did have a quick look into the Polymer code...

I don't have any computed properties, so I'm not sure what you mean. Could you give an example?

Not sure...Might just be a typo, but I don't see how it would address the issue, which is getting a reference to the corresponding element. Note that the function is...

I was trying to avoid altering the element I'm calling.