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.
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
to100
.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..