Eugene Kliuchnikov

Results 40 issues of Eugene Kliuchnikov

(for PaddedBytes and its containers, most notably BitWriter)

CI:full

### Description of the bug: Currently if `defines` value is `dict`, then compilation result is somewhat unexpected. Bazel should report that `list` argument type is expected (as stated in docs)....

type: bug
P3
team-Rules-CPP
not stale

Here is what I see, when I build libjxl on s390x: ``` Compiled HWY_TARGETS: EMU128 HWY_ATTAINABLE_TARGETS: EMU128 HWY_BASELINE_TARGETS: EMU128 HWY_STATIC_TARGET: EMU128 HWY_BROKEN_TARGETS: HWY_DISABLED_TARGETS: Unknown Unknown Unknown Unknown Unknown Unknown Unknown...

It happens that JPEG files could be compressed as well (in most cases). Does it make sense to add brunsli / lepton / something else to compression pipeline to make...

https://github.com/libjxl/libjxl/pull/4112 ### Description RLE encoding procedure has a bug that skips one symbol after each run. It provides still valid results for encoding further, just some unnecessary additional run stops...