Stanisław Małolepszy
                                            Stanisław Małolepszy
                                        
                                    So far, we've mostly seen use-cases for only one level of nesting, i.e. groups of messages. E.g. https://hg.mozilla.org/l10n/gecko-strings/file/0e4b8c9c2467d917bdeeaabab3a292d620ec78bb/browser/browser/browser.ftl#l156 has: ```properties ## Identity Panel identity-connection-not-secure = Connection not secure identity-connection-secure =...
@echeran Do you think we could use this issue to talk about the data model vs. syntax question we discussed last week? Or are these two separate dimensions?
I would like to take note of some of the benefits of the explicit notation. They have been mentioned at various times as we were working on Fluent. While we...
We shouldn't punish users when they don't get the whitespace right because (my hypothesis is that) people don't give whitespace the same amount of thought as they do to non-whitespace...
@markusicu We're cleaning up old branches and PRs in the repo. For posterity, would you mind moving the contents of your branch to the [`experiments` folder on the `experiments` branch](https://github.com/unicode-org/message-format-wg/tree/experiments/experiments)?
> @stasm How would the "before variables are resolved to their values" bit work? I definitely agree with having parts including the value before its stringified, but what would be...
A naming detail which I think may impact the understanding of the proposed interfaces: > Here's a concrete proposal for the interfaces of the formatted message parts, where the return...
Actually, let me take a step back. I was under the impression that we'd want to yield unformatted values, but after thinking about this this morning, I'm not so sure...
> If instead we skip all of that and require eager resolution for formatting functions args, we really ought to consider alignment with the existing prior art on this as...
> And that to me answers your question: We should go with option 3, formatted & flattened parts, adding something like the source value that formatRangeToParts includes. Message formatting is...