Bryce Pavey
Bryce Pavey
@xoapit did you find a solution for this?
@eduardotamaki my colleague created a fork where we use a circular buffer. This was for a client project so it's not maintained beyond our requirements for that, but it might...
@diwu86 how are you playing/storing the data from the chunks?
@maxckelly a colleague of mine implemented a circular buffer forked from this repo for an app we developed for this purpose. It was a while ago so I can’t remember...
Also facing this with `scrollable` and `minDate`. I've narrowed it down to the line `this.rlv.scrollToIndex(i, false);` inside `this.timeoutResetPositionId` timeout function of `updateDays` in `Scroller.js`, as below: ``` // RecyclerListView sometimes...
Experienced the same thing. After hours and hours of experimenting I found the cause (in my case) was going from a the first screen which contained a header to the...
I had the same issue, would be great if this could be merged in!
also having this issue on L530B bulbs, same error as OP