11:18
<eemeli>

If we do have a call this week, I would like to present a new proposal, which I intend to also present to TG2 for approval to present to TG1 at the upcoming meeting:

https://github.com/eemeli/proposal-intl-keep-trailing-zeros

The very short description of the proposal is to make it so that this happens:

const nf = new Intl.NumberFormat("en");
nf.format("1.0") === "1.0";

const pr = new Intl.PluralRules("en");
pr.select("1.0") === "other";

This is a follow-up to discussions at the last tc39-numerics call.

11:20
<eemeli>
I would also welcome co-champions for the proposal.
11:32
<nicolo-ribaudo>
I'd love to talk about it. It seems like this week the numerics call is right before the TG2 one, maybe we can coalesce them?
11:55
<eemeli>
The TG2 agenda looks pretty full this week. My preference would be to aim for a max 45 min numerics call at its planned timeslot, and to talk about this separately at both meetings as the audiences and viewpoints are distinct.
12:08
<Jesse>
sgtm
17:16
<sffc>
I don't feel "proposal-intl-keep-trailing-zeros" is particularly controversial on its own. It's basically a bugfix.