Ray Tiley
Ray Tiley
Just wanted to throw out that I just saw this same behavior on a a simulator:  Simulator details incase its useful: ``` Name: Pixel_3a_API_30_x86 CPU/ABI: Google APIs Intel Atom...
I've pulled this down and tested it and it helps with some problematic NDI sources using gstreamer, specifically the NDI camera app on an iphone seems to work well using...
So there is some discussion about it here: https://github.com/emberjs/ember-collection/pull/27 but essentially the idea is send an action when the visible content changes, so you can load more content as needed.
Related: https://github.com/emberjs/ember-collection/pull/110 Sorry, just haven't had time to figure out why those tests are failing, but basically when reusing cells we aren't updating the index that gets exposed.
I'm :+1: on the concept. We've talked about adding hooks to all the important life cycles. So the considerations I have are do does the slice action include the what's...
> That said, sliceDidChange implies that the slice is contiguous, but layouts like the binpacker may reorder the items? Currently we don't have any layouts that would change the order,...
> No code is faster than no code https://gist.github.com/raytiley/69377c4a5fd6ba402caa
@krisselden do you have any further thoughts how this api should work? @shaunc have you been using #27 How does the api feel in real world use? Just trying to...
Relying on translate to put things in the correct place visually is indeed a performance optimization that allows for recycling DOM more efficiently. That said seeing as this can impact...
@krisselden if we just reorder the cells to be in the same order as the items in the collection glimmer would just take care of it, c/d?