-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: handle paging responses from apis #1042
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good! I like the solution using an async iterator a lot; very elegant.
I have a couple of requested changes due to usability. I guess they are more requested-do-not-change-and-leave-as-before. I do not think a dropdown list with 100s of options is necessary because it just will not be useful, so I think we can leave the limits as they were before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 +1
This went a bit further than expected, introducing a couple of related (minor) changes.
fix #1037, accidentally fix #764
P.S. All my namespaces are currently full so no preview available. You can run it on telepresence or contact me and I'll create a temporary preview.