We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RemoveBzip2.kt breaks decompression on a few files meaning the client can't load 100% of the cache.
I suspect it's cause by https://github.com/Displee/rs-cache-library/blob/ec4c1bb7ad0b2166117d0720803e87a1609e1f20/src/main/kotlin/com/displee/cache/index/Index.kt#L79 trimming the revision, but if there's no revision it'll just trim the end of the data https://github.com/Displee/rs-cache-library/blob/ec4c1bb7ad0b2166117d0720803e87a1609e1f20/src/main/kotlin/com/displee/compress/CompressionExt.kt#L22.
Needs further investigation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RemoveBzip2.kt breaks decompression on a few files meaning the client can't load 100% of the cache.
I suspect it's cause by https://github.com/Displee/rs-cache-library/blob/ec4c1bb7ad0b2166117d0720803e87a1609e1f20/src/main/kotlin/com/displee/cache/index/Index.kt#L79 trimming the revision, but if there's no revision it'll just trim the end of the data https://github.com/Displee/rs-cache-library/blob/ec4c1bb7ad0b2166117d0720803e87a1609e1f20/src/main/kotlin/com/displee/compress/CompressionExt.kt#L22.
Needs further investigation.
The text was updated successfully, but these errors were encountered: