Wolfgang Teuber

Results 14 issues of Wolfgang Teuber

### Current git status tree `git tree` ### Show changes files in commit in tree format `git tree ` ### Show changes files in diff in tree format `git tree...

It's not clear to me, what the expected output should look like, but I think keeping nesting for the previous name and remove path to file for the new name...

## Is your feature request related to a problem? Please describe. I found some cases in which performance cops autocorrects slowed down my code depending or the ruby version and...

This PR conflicts https://github.com/Sage/i18n_yaml_editor/pull/39, choose one ;-) @JanTaras29 @mob1970

This PR conflicts https://github.com/Sage/i18n_yaml_editor/pull/40, choose one ;-) @JanTaras29 @mob1970

When entering a non-numeric non-empty value in a field that is numeric, i18n_yaml_editor adds an empty hash to the parent node, e.g. ![i18n2](https://user-images.githubusercontent.com/2951339/44993679-b23e0200-af9b-11e8-97e2-fd6fef0017f4.gif) It's okay to sanitise the value to...

i.e. when an i18n value has one type in one locale but another type in another locale. ``` xy: foo: test bar: I'm a String ``` ``` yz: foo: test...