Alban Peignier

Results 5 issues of Alban Peignier

When using ruby 2.7 `Konfig.load` fails with: ``` Failure/Error: Konfig.load Konfig::KeyError: key not found: :new_ostruct_member # ./vendor/bundle/ruby/2.7.0/gems/rb-konfig-0.1.5/lib/konfig/option.rb:62:in `method_missing' # ./vendor/bundle/ruby/2.7.0/gems/rb-konfig-0.1.5/lib/konfig/option.rb:98:in `block in __convert' # ./vendor/bundle/ruby/2.7.0/gems/rb-konfig-0.1.5/lib/konfig/option.rb:96:in `each' # ./vendor/bundle/ruby/2.7.0/gems/rb-konfig-0.1.5/lib/konfig/option.rb:96:in `__convert' #...

As discussed in this REXML issue: https://github.com/ruby/rexml/issues/85 > REXML supports parsing non-UTF-8 XML but REXML uses UTF-8 string as internal string > So users need to pass a UTF-8 string...

Small fix to avoid shorten element name or error on last closed not opened (aka orphan) element reported into ohler55/ox#348. - Use strlen instead of calculation on dr->buf to manage...

In some conditions, a final orphan end tag is reported to the Sax handler incorrectly: ``` ➜ echo -n "" | bundle exec test.rb start_element: 'roo' end_element: 'roo' ``` Even...

The `dataSourceRef` checking introduced in https://github.com/NeTEx-CEN/NeTEx/pull/454 creates much feedback from our users. Firstly, the change is performed in the master branch. But it creates a breaking change for users which...