Adrien Vergé

Results 5 issues of Adrien Vergé

Hello @cpburnz, I've looked existing issues but couldn't find this one. It was initially reported in yamllint issues: https://github.com/adrienverge/yamllint/issues/334 (yamllint uses pathspec). Considering these files: ``` file.yaml dir/ └── dir/file.sql...

Defaulting omitted variables using `||` is like using `==` instead of `===`. If a function's argument is falsy (`0`, `false`, `null`, `''`...), it will be defaulted while it shouldn't be....

question
needs rebase

Correctly handle concatenations of strings like: ```ts this.i18n('My ' + 'value'); ``` or: ```ts this.i18n({ value: 'My ' + 'value', id: 'myId', description: 'myDescription' }); ``` This is useful for...

Since version 27, CLDR JSON data is officially hosted at https://github.com/unicode-org/cldr-json/releases and **the format changed**. (JSON data is not hosted anymore at http://www.unicode.org/Public/cldr/ for CLDR ≥ 27.) Instead of multiple...