Shane F. Carr
Shane F. Carr
An example of a case that a process _must_ catch, or else the process is insufficient: valid APIs that smell internal but are not internal being changed to `doc(hidden)`, such...
I understand the difference. ECMAScript has both `hourCycle` and `hour12` in the same API (Intl.DateTimeFormat), and I understand why, but it's still not a great situation to be in. I...
CC @makotokato @aethanyc Probably involves how we merge the ML/dictionary breakpoints with the UAX 14 breakpoints.
Ping @makotokato @aethanyc, can you determine how we should triage this issue?
Doing some archaeology, this ECMA-402 style was approved in the October 2019 TC39 meeting. PR: https://github.com/tc39/ecma402/pull/377 Notes: https://github.com/tc39/notes/blob/main/meetings/2019-10/october-2.md#revisit-ecma-402-casing-conventions
The reasons behind the ECMA-402 style are well documented in the style guide doc. There were few if any string enumerations in ECMA-262 at the time, but since then, this...
The `Atomics.wait` string enumeration was at Stage 3, I believe, when this style guide was considered. I haven't been policing other proposals since then; maybe I should have been. To...
If you use DateFormatter or DateTimeFormatter, the calendar is automatically chosen for the locale. According to the current CLDR release most locales default to `gregory` except a few that default...
Right, `-u-ca` allows the user to override their locale's default calendar.
Hi @rizzen-yazston, could you peruse the latest docs, which were rewritten in the 2.0 release, and give feedback on whether they are more clear? https://unicode-org.github.io/icu4x/rustdoc/icu/datetime/index.html Also note the new DateTimeFormatterPreferences...