snek

Results 466 comments of snek

we should assume its an async iterator, because you called `AsyncIterator.from`

at the risk of sounding like a shitpost, `AsyncIterator.from(Iterator.from(x))`?

getting some serious deja vu from this question :smile:. I guess I would ask: what are some uses we can come up with for this `flatMap` method and what values...

I also think we should keep the currently specified semantics.

Given the choices: - always await - await if not `true` or `false` - await if `IsPromise` I would choose always await, it seems to be the least chaotic.

I think in these cases the more important thing is consistent behavior. this await will not be the "slow" part of real world code, the I/O from whatever async api...

why do proxies complicate this? if they're well behaved then they either conform to the definition or they don't, like a normal object. if they aren't well behaved then it...