Open ericphanson opened 3 years ago
the file https://github.com/ericphanson/Asciicast.jl/blob/6e708110fadf4b5c5b92a12142cac7fcaeed4809/src/capture.jl is modified from IOCapture.jl but we won't get any upstream fixes with this vendored implementation (and looking at the file, there were a lot of fixes over time!).
Not sure what to do here because I'm not sure if upstream would like some weird API around how to pull from the pipe.
in the two years since I filed this, there was one difference (an extra yield()) which I've added here. So, so far this hasn't been a huge maintenance burden.
yield()
the file https://github.com/ericphanson/Asciicast.jl/blob/6e708110fadf4b5c5b92a12142cac7fcaeed4809/src/capture.jl is modified from IOCapture.jl but we won't get any upstream fixes with this vendored implementation (and looking at the file, there were a lot of fixes over time!).
Not sure what to do here because I'm not sure if upstream would like some weird API around how to pull from the pipe.