Emmanuel San Miguel
Results
3
issues of
Emmanuel San Miguel
Java 8 has a new class Called Base64 which allows encoding/decoding, per documentation this uses encoding schemes RFC 4648 and RFC 2045 which is different from sun.misc scheme RFC1521 cob_spec...
# Problem ```ruby # Example ImmutableStruct Example = ImmutableStruct.new([:name]) Example.new(name: "somestring") # => NoMethodError (undefined method `to_a' for "somestring":String) ``` # Potential solution: Check if we can call `#to_a` on...