Eemeli Aro

Results 571 comments of Eemeli Aro

I'm not completely certain how to express it, but in practice the JS implementation will almost certainly apply [this validation](https://tc39.es/ecma402/#sec-isstructurallyvalidlanguagetag) to language tags as that's what we use for the...

At least one problem is effectively caused by the moz.l10n config paths internally [indexing paths by their reference](https://github.com/mozilla/moz-l10n/blob/ee4c4aabd9b9f43d7713393d4a34c192113fa410/python/moz/l10n/paths/config.py#L121-L122), which means that the second `translations/wordpress.pot` entry in the l10n.toml file is...

Under [AvailableCalendars](https://tc39.es/ecma402/#sec-availablecalendars), we currently include this: > The implementation-defined abstract operation AvailableCalendars takes no arguments and returns a List of Strings. [...] The List must include "iso8601". That was added...

Given that we just discussed this, and concluded with: > “iso8601 calendar but designed for human consumption” is something that people on this call seem to like. I don't see...

> It's not mentioned because the change was attempted during the survey tool cycle but rolled back before CLDR 48 was released, so CLDR 48 has the same data for...

@mihnita Could you clarify if there's something you think we should be changing, and if so, what? As is, I'm having a hard time figuring out anything actionable in this...

> > My experience is that multiple plurals in messages are pretty common. ... But they are not _uncommon_. > > I agree that there are valid use cases for...

Feel free to replace our Sinon usage with Vitest equivalents as necessary. As far as possible, changes here should be small steps, so it might turn out to be valid...

Moving tests from Enzyme to testing-library would be the preferred way forward.

This is rather surprising, as according to the docs linked to above, `\S` should work also in Postgres 17. I'm going to see if I can replicate this issue, and...