bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
684 stars 88 forks source link

Improve pagination user experience #4313

Open wdbaruni opened 2 months ago

wdbaruni commented 2 months ago

Copying and pasting --next-token is not very friendly, specially that tokens look very similar to each other and can be misleading that tokens didn't change #4196

A better option might be to accept input from the user (e.g. n character) and we paginate and call the next api with new token on their behalf.

aronchick commented 2 months ago

the absolute standard for this is just using a page number