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
Our current pagination stuff is a little too general, which often causes pagination bugs. We should add some helpers on top of it for the following cases:
Offset
Next token
Next link
Having these work well with the uhttp helpers (eg: having something like WithPagination(...)) would be nice too.
The text was updated successfully, but these errors were encountered:
Our current pagination stuff is a little too general, which often causes pagination bugs. We should add some helpers on top of it for the following cases:
Having these work well with the uhttp helpers (eg: having something like
WithPagination(...)
) would be nice too.The text was updated successfully, but these errors were encountered: