lol thanks for the autocomplete github copilot i know
POS - Proof Of Strike
@schizanon you might want to use `Promise.allSettled` instead of `Promise.all` so that a single failed call doesn't abort all of them, but that aside, what about something like this if you don't like the direct indexing?
Object.fromEntries(await Promise.all(Object.entries(args).map(async ([key, arg]) => [key, await asyncFunction(arg)])))
of course could be simplified into smaller helper functions instead of a one liner though 😅
The crinimal SBF who was not supposed to have any money somehow magically posted bail and spends no day in jail waiting trial. He stole $10B.
At the same time @alex_pertsev is on his 163rd day of prison time without a proper trial for writing #opensource code.