Shane F. Carr

Results 1236 comments of Shane F. Carr

According to @ambiguousname we also need to update from v3 to v4 of the GitHub Action.

Good point! I changed https://github.com/unicode-org/icu4x/pull/4922 to keep uploading to coveralls and just not codecov. I think we had it uploading to both tools because we couldn't decide which one was...

I like using append items for time zones, since they are their own orthogonal component. As far as eras, and other things like weekdays and fractional seconds... I would rather...

Era should go inside date. It's strongly coupled with the year, like day period is strongly coupled with the hour. I think we have either three of four orthogonal components:...

@gregtatum: Please file smaller follow-up issues to track the appendItems that we actually want to add. I am putting this issue on the v1 backlog to revisit once we have...

With neo skeleta (#1317), the place where it seems we may still need AppendItems is when constructing patterns that are omitted from certain calendars, such as a week calendar in...