Shane F. Carr
Shane F. Carr
2021-07-01 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2021-07-01.md#define-sort-order-of-pluralcategories-array-578 We spent time discussing this issue, but did not reach a conclusion. I would characterize the conversation as *generally* in favor of specifying an order, but split...
I will be raising this question tomorrow morning at TC39. Slides: https://docs.google.com/presentation/d/1tDvpl99axNaZQWm1VItYhztMMj3avV8jc8uvvXQLRI4/edit#slide=id.p
Appendix A has the list of implementation-depedent locale data: https://tc39.es/ecma402/#annex-implementation-dependent-behaviour I don't know if we want to keep adding things to Section 2 that don't throw RangeError. Many of the...
July 9 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2020-07-09.md#update-conformance-section-for-new-optionsconstructors-467 @leobalter was going to reach out to @caridy for more information on the back story of this section of the spec.
@norbertlindenberg @rwaldron Could you share some insight on the back story for Section 2 "Conformance" in the 402 spec? Why does it exist? What would be the consequences of the...
This was discussed on 2020-08-13: https://github.com/tc39/ecma402/blob/master/meetings/notes-2020-08-13.md#update-conformance-section-for-new-optionsconstructors We didn't reach a clear consensus, but I think the path forward on this ticket is to verify that Section 2 is up-to-date and...
#407 was a duplicate issue filed for this feature. @littledan Do you think it is wise to move forward with a `{ scale }` option to Intl.NumberFormat, which, combined with...
Okay. From a discussion with @littledan, my understanding is that there are basically three options; we could do one, two, or all three: 1. Allow strings to be interpreted as...
I plan to address this as part of my new proposal Intl.NumberFormat V3. https://github.com/sffc/proposal-intl-numberformat-v3
> @sffc , hi thanks for working on this! > Is there plans to increase the limit for maximumFractionDigits (to allow more than 20) ? Of course, we can format...