Matt McKegg

Results 75 comments of Matt McKegg

need to figure out how to (or if) global scale is applied

@mixmix do you want to pair on this on Thursday? I have an office hour available at 10am.

Here's some more from [loopjs/launch-control](https://github.com/loopjs/launch-control) - [ ] array-stack - [ ] flash-array - [x] throttle-value

https://github.com/mattdesl/standardize

@ltmp: that does handle a lot of cases, but not all unfortunately.

Hey @arj03, I did it like that because `deepEqual` is a bit slower, and not necessarily what you always want. Though, I would be interested in supporting an optional `comparer`...

Oh yeah. This old thing. I suppose I'm more attached to the "Observable as a function" thing for sentimental reasons. It would be a real shame to see it go,...

Another other interesting side effect: We will no longer be assuming that functions are observables. Maybe check for presence of `.get` or a magic key? This will allow the `onevent`...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/for

Thinking about this again. The biggest problem is this is a major breaking API change that would require refactoring a lot of projects. But here's an idea: modify `isObservable`, `resolve`,...