Michael Best

Results 149 comments of Michael Best

For reference, I made this change before (30d05769ff) and Steve changed it back: 8df78693ff

Thanks for the detailed response. I hadn't thought of the fact that throttling will make the model and view out-of-sync purposely.

Now that we have `rateLimit` and have deprecated `throttle`, I think we can re-open this issue. That's because `rateLimit` won't have the same problem with this change as `throttle` would;...

This change also has problems when interacting with `rateLimit`: 1. If bound to a writable computed that depends on a rate-limited observable, it will have the same problem as with...

To debug this, I need to have some code that reproduces the problem.

@Dmitri-Sintsov Knockout isn't a Microsoft library. It's entirely independent.

@chrisknoll `ko.utils.arrayPushAll` wasn't meant to be used with an observable array, but perhaps it's an improvement we can make. For now, I've reported this: krausest/js-framework-benchmark#256