Mark Murphy

Results 34 comments of Mark Murphy

This still seems to be an issue in v12.1.4

Yes, see this stack overflow post for more clarity: http://stackoverflow.com/questions/13872273/api-pagination-best-practices

@yuki24 Would you be willing to give me a hand? I have this almost working but have hit a bit of a road block trying to figure out how the...

Just realized there's currently an large issue with this. Because cursor based pagination uses a where clause eg. `User.where("id > 10")` It interferes with the `total_count` returned currently calculated via:...

@xdmx Not sure how that would work if id was descending or if the table in question doesn't use an auto-increment column as the primary key like a UUID for...

What do you guys think of this: https://gist.github.com/MarkMurphy/170e776940566f96e444adc2c54c6315

Hey guys, it's been just over a year since I brought this up. Just wondering if there's any updates or movement on this ie. has there been further discussions, planning...

@brandur appreciate the update! It's satisfying enough (for me anyway) just to know that it's somewhat of a work in progress.

> FYI @MarkMurphy Yeah, just went through that process actually.