Kuba Podgórski
Kuba Podgórski
I think versioning is something orthogonal to this. Here we are talking about the new release (or master development). But if we talk generally about dependencies then you can always...
https://github.com/go-enry
Of course all of you are also welcome to join/explore `https://github.com/mloncode` which is _crazy mental gymnastics source code hacking anarchy commune_ just to share knowledge and experiments. :-)
Guys @HellsCoder, @RimeOCRLIB - I've sent a PR (https://github.com/kuba--/zip/pull/323) with migration to miniz v.3.0.2. So on the branch https://github.com/kuba--/zip/tree/miniz-3.0.2 you can find a new code with upgraded miniz lib. With...
> This library is based on https://github.com/richgel999/miniz and we want to keep it compatible is much as possible. UTF-8 for entry names (and comments) is supported by ZIP spec. if...
I'm closing the issue, because after merge `miniz-3.0.2` it should be fixed. Otherwise, do not hesitate to reopen it.
@sxh519 - are you still working on this? Can you fix tests ☝🏻 ?
Closing for now
I stopped maintain this library quite a while (...and I can imagine it's not up to date as well), so would be great if you send a pull request. Regarding...
Arrays worked for me, when I was implementing this client. Btw. I'm curious which Seq gives you access to i-th element in constant time?