Christoph Illnar

Results 5 issues of Christoph Illnar

Given a case where you initialize on a div and have a list of items. Then you have selects that replace the list of items of that div with a...

bug

I am on Ruby 3.0 With stdlib ostruct I get: ``` irb(main):002:0> x = OpenStruct.new => # irb(main):002:0> x.varname1 = 'varval 1' => "varval 1" irb(main):003:0> x.to_h => {:varname1=>"varval 1"}...

ostruct from RubyGems (like 0.6.1) is stricter than the built-in stdlib version — especially in how it handles `.dup`, `initialize_copy`, and internal coercion like `to_sym`. Dragonfly’s usage of OpenStruct worked...