so-dang-cool / dt

dt - duct tape for your unix pipes
https://dt.plumbing/
BSD 3-Clause "New" or "Revised" License
430 stars 12 forks source link

Switch to buffered readers/writers for stdin/stdout/stderr #28

Open booniepepper opened 1 year ago

booniepepper commented 1 year ago

There are some cases where input or output can be unflushed and come at unpredictable times. More of an issue with REPL than anything else.