-
Notifications
You must be signed in to change notification settings - Fork 313
Default :per_page parameter was being ignored #217
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
Conversation
eb7338a to
7354f5c
Compare
|
Sorry I don't have enough time to review properly now. Awesome that you have fixed the bug! My only comment would be about where the fix is actually applied. My intention is for the |
|
Thanks for the feedback, @peter-murach. |
Spelling correction under Manipulating Files.
|
Hello @peter-murach, sorry it took so long for me to update this PR 🙈 Anyway, I have moved the logic into PS. I haven't done anything related to Cheers, |
3 similar comments
|
I had a hard time tracking down a bug that was caused by this issue. prints @peter-murach @fpgentil Is there something I can do to help get this fix merged? |
As mentioned here #137, parameter
:per_pagewas being ignored if not passed directly inlistmethod.This was my approach, feedbacks are always welcome :-)