-
## Describe the bug
When loading a backup (migrating a workload to a new cluster, both longhorn are version 1.5.3, exact same settings between each), the backup fails to be imported due to the foll…
-
Failed to load Python extension for LZ4 support. LZ4 compression will not be available.
drwxrwxr-x 2 zhiqiangcui zhiqiangcui 4096 11月 12 20:22 ./
drwxr-xr-x 38 zhiqiangcui zhiqiangcui 4…
-
Some packages provide "virtual" packages which `repoctl` doesn't take into account when resolving dependencies:
```
$ repoctl down -r linux-ck
Warning: unknown package initramfs
Required …
-
I am having trouble connecting to clickhouse running locally in docker image. I am using version "1.0.0-alpha.1". I get following error:
```
Error: Io(Custom { kind: Other, error: "Driver error: …
-
It'd be nice to have a stream-api also. QuickLZ has wrappers that seem to do the trick (except for some length stuff missing in LZ4): http://www.quicklz.com/QuickLZCompressionStream.cs http://www.quic…
-
Borgbackup offers --compression flag to be set (default is lz4).
It would be cool to use it with NCB too.
https://borgbackup.readthedocs.io/en/stable/quickstart.html#backup-compression
-
This may not be a hard requirement for JS because this would require pulling in implementations of LZ4 and ZSTD which not all users may want
**Reporter**: [Wes McKinney](https://issues.apache.org/jir…
-
```
clang++ -std=c++20 -c -Iincludes -Idepends/libziparchive/incfs_support/include -Idepends/mdnssd -Idepends/androidfw/include -Idepends/base/include -Idepends/buildversion/include -Idepends/crypto_…
-
Lolcate currently stores its data as a lz4-compressed list of path names, and recreates it each time `lolcate --update` is run. It's as simple as you can get.
Although it works well enough for my …
-
It would be awesome to have streaming compressor/decompressor API as with `zlib.compressobj` and `zlib.decompressobj`.
Even more useful would be: being able to set any configuration on the compressor…