Shane F. Carr
Shane F. Carr
We currently have AnyDateTimeFormatter and AnyZonedDateTimeFormatter. We should also have AnyDateFormatter.
The tutorials in files such as "intro.md" are woefully out of date. We should make sure they are updated for 1.0, and also automate testing as much as possible, e.g....
We will be able to slightly improve the efficiency of converting ResourceOptions to DataRequest if we only copy over the extensions relevant to a particular data loading operation, which we...
All ICU provider crates should be fully documented. To track this, we should enable `warn(missing_docs)` as suggested in boilerplate.md.
All ICU component crates should be fully documented. To track this, we should enable `warn(missing_docs)` as suggested in boilerplate.md. Pre-existing sub-issues: - https://github.com/unicode-org/icu4x/issues/1025 - https://github.com/unicode-org/icu4x/issues/1028 - https://github.com/unicode-org/icu4x/issues/1029 This issue does...
This issue tracks tasks that need to be completed for ICU4X to be easily included by JavaScript clients. **For people landing on this thread for the first time:** Long story...
The layout of the ICU4XPluralOperands struct changed in https://github.com/unicode-org/icu4x/pull/1100, and yet it was not necessary to make any changes to the tests. This suggests that the test coverage for this...
One of the value propositions driving ICU4X is the ability to share one data file across multiple ICU4X instances. Design doc: https://docs.google.com/document/d/1yg_2l5FFo0aAuNi4jpgcIhIYjHqJyUoJWtMduyQ0vR8/edit# Seeking feedback from: - [x] @nciric - [x]...
With Rust 1.61 and https://github.com/unicode-org/icu4x/pull/1926, we will now be able to do the following: 1. Add a general-purpose `zeroslice!` macro 2. Remove the old type-specific `const` constructors 3. Migrate users...
We have documentation scattered around a bit. We should update the data_provider.md tutorial to document the full lifecycle of ICU4X data with a focus on clients of ICU4X. Blocked on...