Marcin Zientkowski
Results
2
issues of
Marcin Zientkowski
Ox.load fails with UTF-8 characters in xml element names in hash mode ``` xml = "TEST" Ox.load(xml, mode: :hash) EncodingError: invalid symbol in encoding US-ASCII :"\xC5\x84" ```
Hi, i'm using latest version (v 3.9.0) and I try to update element in array with condition. Here is example: ``` class Test include Dynamoid::Document table name: :test, key: :id,...