Results 784 comments of Benjamin Gruenbaum

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance

Not sure I understand you mean something like (no packages, this is pseudocode not an implementation just to understand the ask): ```js myStream.compose(async function*(s) { let currentReadable = new Readable();...

I tested the code and fixed it, here is a "native" solution, can be simplified much further but has the advantage of only reading the "files" until needed. ```js const...

We are creating these new streams in our "stream of streams" why do you need to further clone them?

compose creates a stream, my code returns a stream of streams (they're already copied), there is no need to wrap it in `new Promise` you can `for await` it directly

How is your child process signaling it had an error? Does it terminate with a different exit code? Write to stderr? Processes don't uniformly distinguish "I exited early" from "I...

Anyway you can `.destroy(err)` your fileStreams based on that and similarly propagate it to the sub-per-file-streams if you need to

Ideas from meeting: - Time scope it (1 week? 72h?) - Number of TSC members before it's OK to send?

Proposal from the call: - If someone from the TSC wants to give feedback to someone they send an email to the TSC mailing list and to slack. - After...

@Ethan-Arrowood you're always an appreciated/valued member of this project - I think the question is, what's the context? Why would we want to ship the Cloudflare workers socket API under...