Mattias Persson
Mattias Persson
@jrogccom I started doing this some time ago but never fully finished it and I'd be happy to help out with this task. I could probably brush up the work...
Sounds like it should be enough :-)! My solution was a whole-collection-matrix update where the reloadSection-part diff’ed the items in that section and called reloadItems. But I didn’t finish it...
@jrogccom I've spent a couple of hours on this today and I've got bad news, good news and some new code :-). Bad news first: if you implement the section...
@jrogccom @onmyway133 If it's interresting, check out my code in branch section_awareness: https://github.com/snoozemoose/DeepDiff/tree/section_awareness. It does introduce a `struct Section` which feels a bit limiting for a general implementation so any...
@onmyway133 Your idea for a matrix level algorithm sounds very interesting and would be fun to dig into. "moving item across section" would be tricky to do in an efficient...
@onmyway133 I'm experiencing the same issue and would like to try to solve it. I suppose one could let the client call into DeepDiff to get value that the clients...
I just ran into the very same issue, it only happened once at app boot/session start and then never again. Does anybody know what could be the cause and how...
I was able to work around the whole problem by removing dependency to `redcarpet` from `cocoapods-acknowlegments`. This was easy since `redcarpet` is only used in a single place. Instead, my...
@west0r I'm experiencing occasional crashes in `handleCloseCodeFromFirstCloseFrameIfNeeded()` on the line `if frame.code == .close {`, is this anything you have seen?
Thanks for the input, I think you're right that the scrolling to force dequeueing must come from a focus event somehow. I'll think a bit about this. Yeah, I'd love...