wikimedia-gadgets / xfdcloser

Wikipedia gadget to close deletion discussions at XfD venues, including actions to implement closes
Other
2 stars 6 forks source link

Add chunking for API requests #87

Open Qwerfjkl opened 2 months ago

Qwerfjkl commented 2 months ago

Fixes #60, hopefully.

NovemLinguae commented 2 months ago

Sadly, Wikimedia is still on ES6 as part of the compatibility policy, and because the gadget minifier is a dinosaur. Async/await is not supported. Can this patch please be refactored to remove await?

Qwerfjkl commented 2 months ago

Sadly, Wikimedia is still on ES6 as part of the compatibility policy, and because the gadget minifier is a dinosaur. Async/await is not supported. Can this patch please be refactored to remove await?

Sure, done.

Qwerfjkl commented 2 months ago

It seems my patch would incidentally fix another, very similar bug: image Caused by image (the URL in question is this).

Qwerfjkl commented 2 months ago

Oops, didn't realise the linter was that strict. I've fixed that as well.