Eemeli Aro

Results 571 comments of Eemeli Aro

I'm unable to replicate this problem with PostgreSQL 17.7 running on MacOS using Postgres.app. To test this, I ran this dummy migration on a `test_pontoon` database on pg17 with no...

Rather than only delegating this to CLDR, I do think it'd be appropriate for us to consider whether ECMA402 ought to implement such an extension of Intl.DisplayNames and therefore be...

Are there limits that underlying ICU4C or ICU4X implementations would impose, that ought to be taken into account here?

Thank you for filing the issue! I think/hope this might be the first time someone's hit an `IMPOSSIBLE` error. The bug is somewhere around [here](https://github.com/eemeli/yaml/blob/086fa6b5bae325da18734750cddee231ce578930/src/parse/parser.ts#L692-L694) in the CST parser. The...

Huh, looks like I managed to leave out the dependencies on mozilla/moz-l10n#116 from this PR, so that update can and should be handled separately. This is still blocking on #3848,...

This should be ready now for general XLIFF support. For XCode plurals, we'll need at least mozilla/moz-l10n#117, and possibly a bit more for XCode string catalog plurals.

Could someone confirm that this approach would not cause any issues with implementations that rely on ICU4C or ICU4J?

Occasionally I find value in being able to see Pontoon's representation of an obsolete entity and its translations, but we might indeed want to seek to prevent that from happening...

The example is not a valid yaml document. As the first error indicates, the `}` is insufficiently indented. Values in block mappings must be more indented than their key. There...

I agree that there's incosistency in how different YAML libraries deal with this, but the [spec](https://yaml.org/spec/1.2.2/#822-block-mappings) isn't, really, even if it's not explicitly obvious that the `+1` in the `ns-l-block-map-entry(n+1+m)`...