dearblue

Results 7 issues of dearblue

https://github.com/komiya-atsushi/lz4-ruby#todo の『Support streaming methods.』についてですが、こちらでは生の LZ4 データを扱えるものが動作するものとして出来ており、手元には lz4cli で扱っている lz4 ストリームデータの入出力にも対応したものも出来ています (legacy stream は入力のみです)。 しかしながら実装されている API には差異が大きく、どうしたものかと悩んだまま pullreq を躊躇してしまっています 6(^ ^; komiya-atsushi さんは raw stream API に対してどのように考えておられるのか、ご意見を頂きたいと思います。 dearblue による raw stream...

There is a C extension `ext/digest/crc12_3gpp/crc12_3gpp_ext.c` file, but the Ruby implementation (`lib/digest/crc12_3gpp.rb` file) is missing and consequently unavailable. There is also no corresponding `spec/crc12_3gpp_spec.rb` file. However, there is no description...

Switch from Sarwate's algorithm to byte-order free Slicing-by-16. Each table data file is generated by `extconf.rb`. In addition, the inspection string, which was previously 10 bytes, is extended to 19...

- Set `XOR_MASK` instead of flipping bits in `Digest::CRC16DNP#finish`. - `Digest::CRC16DNP#update` does a right bit shift in `lib/digest/crc16_dnp.rb`. However, the C implementation did a left bit shift. For reference, CRC-16/DNP...

Binaries downloaded and extracted from a source code release package and built with `cmake` + `make` have the incorrect version. OS: FreeBSD 13.2 amd64 ```console % fetch -o- https://github.com/kspalaiologos/bzip3/releases/download/1.4.0/bzip3-1.4.0.tar.xz |...

bug

The `unlock` command with the `-a` switch will terminate with failure if it encounters the first package that is not unlocked. The following is an example using the "ruby" package....

\# guided from https://github.com/Shopify/blake3-rb/issues/9 I tried `gem install blake3-rb` on FreeBSD 14.0. The installation fails with an error that seems to require GNU Make. ```console # gem33 install blake3-rb Building...