Shane F. Carr

Results 402 issues of Shane F. Carr

Fixes #4562 There are diffs; good to get this into 1.5

Part of https://github.com/unicode-org/icu4x/issues/1317

In our docs there are 95 and 63 hits for `from_bytes` and `try_from_bytes` (the former includes counts from the latter), and there's also a mix of `from_str` and `try_from_str`. We...

C-meta

I realized I need to make datetime work first.

This causes confusion, e.g. #4191 We should go out of our way to be explicit about breaking semver. How about taking another step in that direction by renaming `provider` to...

C-data-infra
2.0-breaking

It is in the Unicode UTS 35 spec, and there is a proposal to add it to ECMA-402. We should support it in ICU4X.

C-segmentation
S-small
U-ecma402

Our docs have verbiage such as: > For that reason, one should think of the process of formatting a date in two steps - first, a computational heavy construction of...

C-datetime

The calendarical calculations return 353-day Islamic years for years including the following: ``` (ObservationalIslamic) Found year -269 AH with length 353 (ObservationalIslamic) Found year -40 AH with length 353 (ObservationalIslamic)...

T-bug
C-calendar
U-ecma402

It is the largest single piece of data in TimeZoneFormatsV1, but I don't see code that makes use of it. Also, it uses the full-length `"standard"` and `"daylight"` key strings...

C-time-zone

ICU4X aims to be lightweight and portable, and it achieves those goals after all is said and done, but _during the build process_, ICU4X is fairly hefty when it comes...

C-meta
discuss
S-epic
U-google