Scroller pagination has always bit a bit of a mystery to me. I'd like to be able to configure that page size, it appears to guess the page size based on some hueristic.
Regardless, that's not really my problem. When scrolling through
it works fine, you can see in the console that the offset changes.
But when selecting Symfony 7 and marking=valid
https://packages.survos.com/?marking=valid&symfonyVersions=7.0 (alas, due to an unrelated but, query string parameters aren't auto-selecting the facets, so to see the error you have to open the searchPanes and select these 2).
Now scroll through, and and the debug line shows the offset as always 0, so it never gets beyond 135.
I think this use to work, but may not. It seems to work without the facet searches, so maybe I'm encoding something wrong? Or maybe related to the sort?