Felix
Felix
In `zstd_manual.html:872`, describing `ZSTD_DCtx_loadDictionary`: > The dictionary remains valid for all future frames, until explicitly invalidated However, in `ZSTD_CCtx_loadDictionary_advanced` (`zstd_compress.c:1123` which `ZSTD_DCtx_loadDictionary` wraps around), this seems not to be true:...
Currently, `ZDICT_trainFromBuffer` (lib/dictBuilder/zdict.c) trains a dictionary using compression level `ZSTD_CLEVEL_DEFAULT` (3). I would like to be able to pass in a compression level, and from what I can tell there's...
bachrc -> bashrc
`sequence.interval` is marked as a required field in the config, yet the example `config.yml` does not use it. It would be nice for this example to use it to demonstrate...
There is currently no way to configure the image or image repository for Busybox, which is used as an init container in `deployment.yaml`. This makes the chart unusable in an...
MR https://github.com/duo-labs/markdown-to-confluence/pull/21 broke `convert.py`. This is because mistune in versions 2.0.0+ no longer has a `Renderer` object, which this code tries to use. To fix, we need to either: -...