snappy icon indicating copy to clipboard operation
snappy copied to clipboard

libsnappy binding for Ruby

Results 7 snappy issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for your work in this gem. When installing it on a Macbook Pro with M1 and macOS Monterey, I was banging my head against the wall for a...

this is my learning-programming environment: aarch64/Android/Termux/Ubuntu server, Jammy, aka 22.04 LTS Ruby 3.0.2 ( I tried the git version of rbenv, and discovered that NO version of Ruby can be...

It appears this library is breaking for UTF8 characters (See code below). I noticed that your currently forcing the encoding to Encoding::ASCII_8BIT (https://github.com/miyucy/snappy/blob/master/lib/snappy/shim.rb#L16) ``` pry(main)> Snappy.inflate(Snappy.deflate("æ")) => "\xC3\xA6" ``` Is...

Hi, While installing the snappy in docker container I am getting below error. Please do help me to resolve the issue. 22:22:11 ERROR: Error installing snappy: 22:22:11 ERROR: Failed to...

Alpine installation log: ``` (1/1) Upgrading apk-tools (2.10.4-r3 -> 2.10.5-r0) Executing busybox-1.31.1-r9.trigger Continuing the upgrade transaction with new apk-tools: (1/10) Upgrading musl (1.1.24-r2 -> 1.1.24-r3) (2/10) Upgrading libcrypto1.1 (1.1.1d-r3 ->...

I believe this is a result of vendoring the library in #11 I believe the relevant error is: ``` ./autogen.sh: line 5: libtoolize: command not found ``` Here's the full...

Snappy gem appears not to do the magic of compiling libsnappy from source on Ubuntu 16.04 instead forcing users to install `libsnappy-dev` to proceed.