metacpan / MetaCPAN-Client

Home of the official MetaCPAN Perl API client.
21 stars 23 forks source link

Rewrite the scroller to stop skipping a page #95

Closed tsibley closed 6 years ago

tsibley commented 6 years ago

On a large scroll over all of the "package" documents, the scroller was implicated in consistently dropping a page of results. The bookkeeping by the scroller was a bit dodgy, so rather than figure out where the off-by-one bug was, I just rewrote it. Normally more rigor in understanding the root cause is nice, but it's been a long day already full of other hilarious bugs.