Marco Colli

Results 168 comments of Marco Colli

Probably this is the root cause: https://github.com/zaru/webpush/pull/103

I was thinking about converting numbers to strings of the same length in big endian, for example: ``` 0000000000 0000000001 0000000002 ... 0000000010 0000000011 0000000012 ``` This should produce the...

I have also tried to run this code before the `gem install` as suggested [here](https://github.com/isamu/rocksdb-ruby/issues/5#issuecomment-58354984): ``` export CPATH="$CPATH:/usr/local/Cellar/rocksdb/7.5.3/include" export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/Cellar/rocksdb/7.5.3" ``` However it doesn't work and I get the exact...

I tried to downgrade from the latest version of Ruby to version 2.7 and the first check about the headers and libraries passes, however the build still fails with a...

@katafrakt Have you finally found any solution? Or are you also stuck on this?

@katafrakt Unfortunately it doesn't work for me on MacOS Intel (even if I adapt the Homebrew path and even using Ruby 3.0.x): ``` $ rbenv shell 3.0.4 $ gem install...

Ok, I made it, but it was a pain (and doesn't work on the latest ruby version): 1. Download the master branch from GitHub, the latest version on RubyGems is...

The gem is installed successfully and I can see it: ``` $ gem list --local | grep rocksdb rocksdb-ruby (1.0.2) ``` However for some obscure reason it still doesn't work...

I can now install this gem successfully from RubyGems (thanks for releasing the new version!): ``` gem install rocksdb-ruby -- --with-rocksdb-dir="/usr/local/Cellar/rocksdb/7.5.3" ``` This is successful for Ruby 3.0, but you...

Same issue here... It's really a pain not having the correct autocomplete inside the `style` tag. I use Atom on MacOS.