00:17
<ljharb>
88K weekly downloads is usage, but it's nowhere near even 0.1% of the JS ecosystem
00:17
<ljharb>
i mean, i use TLA in application entrypoints
00:18
<ljharb>
but only there, and only rarely
01:19
<Chris de Almeida>
i mean, i use TLA in application entrypoints
👆 this is the use case
02:46
<ljharb>
i still think we should somehow restrict TLA to entrypoints
09:26
<littledan>
i still think we should somehow restrict TLA to entrypoints
We discussed that alternative and decided against it. For Bloomberg (and lots of AMD usage), TLA in non-entrypoints is really useful in certain cases, to avoid races against modules not yet being initialized.
09:27
<littledan>
(But it’s not like we invented TLA—it was already there in the ecosystem for this reason)
20:31
<sirisian>
I'm very surprised that 10% of people in that survey are already using Temporal... A proposal not shipped anywhere yet 😅
I'm using it in probably 10 projects. I know we're not supposed to use it in production, but it's so much nicer. I even have a Temporal rrule library I made that's 80% working. (Turns out I didn't need it, so I haven't worked on it more). I should probably open source that.