Lucas Nussbaum
Lucas Nussbaum
Hi, Have you thought of translating this site? I would happily contribute a french translation.
... it outputs a text table.
Hi, Have you thought of uploading the slides (+ supporting material) to HAL ? That would be a good way to provide a durable way to reference the seminars. Lucas
this is from the Debian package build, but it doesn't look specific to Debian: ``` RUBYLIB=. GEM_PATH=/home/vagrant/ruby-curb-1.0.5/debian/ruby-curb/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0:/home/vagrant/ruby-curb-1.0.5/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0 ruby3.1 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake /home/vagrant/ruby-curb-1.0.5/tests/tc_curl_multi.rb:189: warning: assigned but unused variable...
Hi, In Debian we ran into a regression on armel and armhf architectures. A MWE is: ``` require 'dalli' dc = Dalli::Client.new('localhost:11211', { namespace: "app_v1" }) dc.flush_all ``` Which fails...