You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. it'd be nice to be able to do .pipeTo(console.writable) or maybe .pipeTo(console.createWritable("log")) or something.
We should prototype this in JavaScript and publish an npm package and stuff and see if it gets usage. But I wanted to log the idea while it came to me, and start the discussion if people are interested.
I was figuring we'd leave the display to the usual console.log logic. E.g. if you log a Uint8Array it looks one way, if you log a string it looks another way.
That seems hard to envision... I think it's mostly for when you have an incoming string stream, and so unless we had some way of coding those into strings (terminal escape codes!?) then probably no grouping or timing...
E.g. it'd be nice to be able to do
.pipeTo(console.writable)
or maybe.pipeTo(console.createWritable("log"))
or something.We should prototype this in JavaScript and publish an npm package and stuff and see if it gets usage. But I wanted to log the idea while it came to me, and start the discussion if people are interested.
/cc @ricea.
The text was updated successfully, but these errors were encountered: