Aidan Feldman

Results 219 comments of Aidan Feldman

Hmmmmm. The code looks good (thanks for all the documentation), but I'm wondering if there are other implications for why we _wouldn't_ want to do this. If the object is...

Thanks or sending this! Would you mind adding a (previously-failing) test to verify that the change works?

Looks good! Mind adding a test?

Hmm, interesting. http://jsbin.com/fezuyerire/2/edit?js,console Seems like a bug, unfortunately :confused: Arrays aren't a problem when they are top-level properties: http://jsbin.com/fegexe/1/edit?js,console I can't look into this until this weekend, but would more...

Ohhhh, gotcha, it's the _setting_ with an array. Bug!

Cool, thanks! I'm going to try to get the rewrite done this weekend, and will revisit this then.

Cool, thanks! Not sure when I can get to the fix, but a pull request is welcome from anyone listening :-)

Hmm, I wonder why this wasn't fixed by #80... mind submitting a failing test (that preferably doesn't involve `window`)?

Hmm, yep, `add()` is using `set()` under the hood, but should probably be checking `isNewValue` (or something) before firing that event. Looking into it now.