Harm van der Werf

Results 11 comments of Harm van der Werf

My temporary workaround is setting `totalItems` in my config to something like this: ``` totalItems = Math.max(0, totalItems - 0.1) ``` This way the `totalItems` and the collection length never...