Michal Charemza
                                            Michal Charemza
                                        
                                    My 2 cents: > am I correct in concluding the original issue is a bug with libarchive? I would say bug is strong - maybe more a desirable feature that...
Ah thanks for the PR! So probably yes, should do something about this... But... 1. I'm leaning to not having an option at all and just "make it work" so...
@frederikaalund Let us know if you want to do the above / discuss more? No is all good of course, but in that case I would be tempted for us...
To just think out loud, I wonder also if the extended/unix timestamps need to be clamped for times outside of the range representable by a signed 32 bit integer, e.g....
> If you're okay with this subtle change then I'll gladly implement it without the kwarg option. 👍 It is an edge case after all. I think I am -...
Looks great! Having a bit of a nose around and think still - will leave comments in the code
Hi @DwayneDriskill, Thanks for the report... I think we would like to sort it, but suspect it'll be tricky without a reproducible case. Is there any chance you can create...
Two other things... > The size of the file that contains the unzipped data got stuck at 57,222kb. I'm assuming the loop is infinite. Does the input iterable definitely not...
> Does the input iterable definitely not progress during this? (Wondering if it's extremely poor performance, rather than an infinite loop) I am starting to suspect _extremely_ poor performance when...
Ah good to know... in a way at least! Now to solve the performance problem...