Roy Smith
Roy Smith
I suspect this would be fixed by #29
I didn't see anything that was broken, these were all just style and refactoring suggestions, so I'm good with whichever ones you decided to pick up or reject. Thanks for...
Oh, I see what's going on. What I wanted was: `site.logevents(type='block', title='User:MariaJaydHicky')` It's the difference between https://www.mediawiki.org/wiki/API:Blocks and https://www.mediawiki.org/wiki/API:Logevents
Sigh. Did some more digging. The limit parameter is just passed down to the API level where it really means the chunk size over which the List object iterates. The...
I'm unsure we want to start adding methods like that; we already have the general-purpose itertools library which does all of these sorts of things. But, more than that, returning...
Looking through the code, I see listing.List already has [support for a max_items parameter](https://github.com/mwclient/mwclient/blob/7c097f2a947122c2470f44a4f153dc44f57c09f4/mwclient/listing.py#L18) which looks like it does the right thing. There's also a mysterious ["# NOTE: Fix limit"](https://github.com/mwclient/mwclient/blob/7c097f2a947122c2470f44a4f153dc44f57c09f4/mwclient/listing.py#L20)...
Ooops, sorry, didn't mean to close that. Clicked the wrong button.
I was about to open an enhancement request to do something similar when I found this. I'd like to suggest a slight generalization; instead of just inserting a \n between...
It seems like a plausible idea, but I'm afraid I don't understand AppleScript well enough to understand how this would work from a UX perspective.
Was there ever a resolution to this? I'm [seeing the same issue](https://stackoverflow.com/questions/71027260/typeerror-at-oauth-complete-mediawiki-when-upgrading-to-social-auth-app-django)