You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling backwards, WindowIterator should emit items in order eg. 10, 9, 8, 7,...
Currently backward scrolling is only considered on a Window basis, but items within the Window are ordered forward.
Using a limit of eg. 3 would therefore lead to something like 8, 9, 10, 5, 6, 7...