jiikko

Results 6 comments of jiikko

> NoMethodError - undefined method `eql?' for :Redis::Future: https://github.com/resque/resque/blob/adb633a0f6b98b1eb5a5a85bb36ebac9309978fd/lib/resque/server/views/stats.erb#L1-L5 👇is my enviroment. no reproduce. ``` [8] pry(main)> Resque.info[:servers] => [""] [9] pry(main)> Rails.version => "6.0.0" [10] pry(main)> %w( resque redis...

open macroのキーがglobalになっているせいで、layerを跨いでも重複扱いになってしまう。 以下で再現する。修正するにはmacroのキーに「layer」も入れれば回避ができると思う。 今の実装のままで回避するには、open_macroの第一引数を一意になるようにすればOK ```ruby + context '同名のopen_macroを複数のlayerで適用するとき' do + it '警告が出ないこと' do + expect(Kernel).not_to receive(:warn) + + ProconBypassMan.buttons_setting_configure do + layer :up do + open_macro "SaiHuu", steps: [:x, :y],...

switchとの疎通確認をするには、通称gagdet.shを実行すると switchと接続していなくても `/dev/hidg0` が作られてしまうので、ファイルの存在確認だけではなく、接続プロトコルの最初の書き込みをしてack相当の読み取りができるかを見ないとダメそう。

https://github.com/Homebrew/homebrew-portable-ruby みたいなのやる?

https://rubygems.org/gems/gmo/versions/0.5.8 https://github.com/t-k/gmo-payment-ruby/pull/76 で対応しました! :bow: