Adam Hathcock

Results 331 comments of Adam Hathcock

Got an itch and started Compression from: https://github.com/oleg-st/ZstdSharp File format from the RFC: https://datatracker.ietf.org/doc/html/rfc8878#section-3.1 WIP here: https://github.com/adamhathcock/sharpcompress/pull/627

Archives expect a random access stream. I don't know what HttpClient is doing with the response stream of that but it could not be buffered. You should use Reader or...

So you basically just want an overload to ignore timestamps? Can they just be an option instead of a new method?

I still think adding one or more parameters to the options class is the correct thing to do. I like your use case so I have no issues with the...

A PR with fixes would help everyone. I can more easily help guide with a PR.

It's likely hitting the default case in the below switch statement that means it's an implemented method of compression ``` switch (id._id) { case K_COPY: if (info != null) {...

I can tell you I'm not going to get any time to debug this. You can debug it yourself and see what the ID is. Like I said, I'm guessing...

If you've found a solution that doesn't use the native library, let me know. I'll leave this issue open as a reminder there's a new compression method in 7Zip

Thanks for making the breaking test! Hopefully someone will get a chance to look at this soon.