Results 213 comments of João Marcos
trafficstars

@AntoniosBarotsis > I was looking into the original pr cause it seems interesting and I had a few questions > > 1. Does that code use the size of the...

One problem regarding the STDIN part, a thread can't return `NeedUserInput` when asking to overwrite, (almost) no (de)compression is done in memory, it's all straight to the filesystem, and sometimes...

Exactly what I was thinking! Even though it adds complexity, I don't see a better way to move with it. Thanks for bringing up those points, that's probably the way...

Cool! I'd like to see that commit (even if it's half-baked and needs polishing). > I'm not sure how we should deal with asking for user input while showing the...

Nice graph and explanation, thanks. I misread what you said but now I understand. It does make sense and I'm surprised by the 50s -> 12s improvement, looks promising :smiley:....

Ooh that's right, I tried a better solution but had no success, we need to early-return any errors so your solution seems optimal. Then it all sounds good to me...

ANSI escape codes are the way we can talk to terminals, it's how indicatif re-draws progress bars in the same line. > couldn't the progress bar simply "break" and reappear...

> If you could offer some guidance, I can try and put together a PR if you'd like? Sorry for the late response. Unfortunately, I don't think I have the...

Thanks for the issue, I've added the "PR-welcome" label for anyone who wants to pick this up. I don't know much about `.iso` tho, so if someone finds a drawback...

> Searched through crates.io and there was no sign of an ISO extrator (at least completed), so implementing by hand might be necessary. Ouch doesn't implement any format-specific packing or...