Jesse Hallam

Results 140 comments of Jesse Hallam

I don't think your example captures what you're actually after. Chaining works just fine with projected arrays. Perhaps you're asking for the ability to chain off of a computed that...

I can reproduce this issue in my application, but am too having difficulty isolating it into a reproducible jsFiddle. I haven't tested it thoroughly, but evilB's proposed patch also addresses...

Here's a jsFiddle that reproduces the issue: http://jsfiddle.net/47Xar/ Note that, just like my application, it relies on the mapping plugin being applied to a (simplified) nested hierarchy.

Unfortunately, I'm now also seeing issues where sometimes a nested, throttled filter introduces null values into the resulting array where the original had none, independent of evilB's proposed patch above....

Hey @scottleedavis! Sorry, it looks like I never got a notification for this message, otherwise I would have responded sooner. (I'll try to go through my GitHub notifications to see...

Assuming we have similar root causes, I traced the unhandled promise rejection warning to the following: https://github.com/localForage/localForage/blob/f66bb7baf21e4f0703b4e83ec7a0b39679c05af5/src/utils/executeTwoCallbacks.js#L1-L11 The unhandled promise rejection comes from the promise returned (but ignored) by invoking...

Sweet, thanks @Ballista01! I've invited two of our staff to review your PR :)

> An interesting observation is that if you switch to another window and somebody messages you in the meantime, this issue always happens. I believe this is by design, since...

Thanks for the extra context, @carlspring -- cc @sudheerDev & @esethna re: autoscrolling configurability.