Max Waterman

Results 83 comments of Max Waterman

well, yes, of course - that's what I have now. I'm trying to avoid the 'npm install && bower install && grunt build' sequence and just do a single 'grunt...

I wonder if you have an example of a project that uses this grunt task, so I can see it in use and perhaps understand how I might use it...

Someone pointed me at a closed issue: https://github.com/tur-nr/polymer-redux/issues/12 that has an example that does not clone the array, but instead pushes the new item on top of the array that...

> Can I ask what your use case is for retaining the original array/object. Are you comparing the differences? If this question is for me, I'm not entirely sure what...

Also, this seems quite relevant : https://www.captaincodeman.com/2017/07/06/managing-state-in-polymer-20-beyond-parent-child-binding

Hrm, interesting, thanks. What about complex observers where you don't get an 'oldArray'? Also, Objects?

OK, I get that. I suppose I'm questioning my choice of using polymer-redux/redux in the first place. I wanted the central state management but wasn't expecting to lose the functionality...

OK, I get that node-terminal is just a wrapper, so perhaps it is fine that you choose to do nothing about this. What I am saying is that 'down(0)' shouldn't...

I have this error when a user manually reloads a page with audio on it. The audio object is created with new Audio(), and was previously successfully playing, but after...

I should have been clear, but I *am* using the native html5 audio class. I came to this issue by searching for the error message, which seems to come from...