Eemeli Aro

Results 571 comments of Eemeli Aro

Sure, it's possible for an alternative visitor to provide an even terser expression. But the general point seems to be that a wrapper around the literal value does not make...

This was closed by mistake.

> I think there would need to be spec text about this as well as the ABNF mods. That's included; the only new thing that's required is this addition: https://github.com/unicode-org/message-format-wg/blob/df210399f85b9e671ad3ac0fa70d1c255330f2bc/spec/syntax.md?plain=1#L917...

> The purpose of the default registry in 2.0 is to set a floor for selectors and formatters functionality and to help ensure message interoperability between implementations. To expand on...

@stasm Given that our current `registry.xml` includes two mutually exclusive `` elements for `:datetime`, could you clarify which of these your example child registry's `icu:skeleton` option extends? From context I...

@mathjazz This has been fixed in `python-fluent`, but hasn't yet been included in a release of it. That's currently blocked by waiting for projectfluent/python-fluent#180 to land. If you feel like...

The right fix here would be to change the `/get-users/` API to filter the results. Atm, it's sending data on _all_ the users, and on pontoon.mozilla.org that's currently compressing down...

This should no longer be possible, as Fluent translations are now normalised before storing or comparing them. The translations in the given example are about two years old, before the...

I think I'd prefer a schema directory like `test/schemas/v0/` (with integer versions) or `test/schemas/v0.0.1/` instead of `test/schemas/v0-0-1/`, but that's a pretty minor quibble and can be addressed later.

I think regex `pattern` values are sufficient, given that they complement the explicit `values` list. As for their inlining vs. referentiality, I think I'd need to see what e.g. the...