Shane F. Carr

Results 1987 comments of Shane F. Carr

I mostly agree with you @robertbastian, but this opinion does not seem to be widely held, and people want to represent and display things like "10:00 PST". For example, the...

> In this example you've communicated the "Thursdays" out-of-band. If the type is just time + zone, then "`10:10 uslax` on Thursdays" would convert to "`05:10 ausyd` on Thursdays", which...

The correct logic, which can be enforced by the type system, is simply `zoned_time.with_date(date).convert_zone(zone).to_zoned_time()` And there is just not a `convert_zone` function on that type. But this is not directly...

@mihnita - Every formatter should look at `-u-` and obey the parts that are relevant. @zbraniecki - There should be a common resolution logic helper. @nciric - We largely deal...

Deliverable: make the shared helper class. A utility. Document in the style guide.

See #2136 for additional discussion. For ICU4X 1.0 we agreed to move forward with option 3 above, but we will definitely continue to consider adopting Preferences in ICU4X 2.0

it is `try_new(locale: &DataLocale)` as laid out in https://github.com/unicode-org/icu4x/issues/2136#issuecomment-1183797247

Notes about icu_preferences integration plan: - @zbraniecki - There's some work still to be done on provider/preferences integration. For example: https://github.com/unicode-org/icu4x/blob/main/utils/preferences/tests/dtf_os_prefs_tests.rs#L12 - @sffc - I can look at this, but...