salamanders / pledgejs

pledge.js shows how much you have been contributing to shared documents
https://pledgejs.appspot.com
Apache License 2.0
17 stars 2 forks source link

Fix name/email matching. Increase batch size, other cleanup #21

Open paulirish opened 7 months ago

paulirish commented 7 months ago

hi, me again.

ThrottledBatch size: official docs mentioned 250 but when i tried 200 i got some errors. But I did manage to upgrade the 20 to 100.

email vs name as author key I'm seeing that around Dec 2023 the API switched from reporting Names to Emails. Don't know why, but the these emailToName lookups that you used to have.. Seem like a good idea again. So they're back.

?? I replaced a bunch of persistentCoalesce with the ?? operator, as it's an evergreen feature now. That did seem to fix a bug caused by the above API change.

update chart on resize Seems nice.

two more comments but i'll leave them inline..