Results 11 comments of flitbit

The short answer is that I have been unsatisfied with my initial, simplistic approach to array difference. I would love for it to be more robust. There are consequences to...

Yo @justsml thanks for a motivation to finally optimize this thing! Time to turbocharge the MVP... I'll report back soon.

I don't follow. The posted stack trace nor the posted code reference flitbit/diff in a way that I can see. Please post information that ties the error that you're seeing...

Act like I don't know anything about EmberJS. What would it look like?

Please provide an illustration in code that I can use in an `example/issue-xxx.js`... see other examples [here](https://github.com/flitbit/diff/tree/master/examples).

I've done the same with similar results, my own use cases don't require optimization so I've never done so; but clearly there is a lot of recursion and looping going...

Can you provide a PR, for the interface exported by `v1.0.0-pre.x`? Some recent PRs modified the interface with some new methods. I don't have time to absorb ts right now......

Yep. [Line #178](https://github.com/flitbit/diff/blob/d911dc738c89696576a400e3f083cbfc6eaf3089/index.js#L178) prevents it from working the way you expect. The typeof test is too restrictive.

I've left this issue here for about a year. Seems like a theoretical question... here's why I say that: ```javascript const { log, inspect } = require('util'); const assert =...

Thanks for the feedback. Now I'm inclined to fix it.