Shane F. Carr

Results 402 issues of Shane F. Carr

We currently have AnyDateTimeFormatter and AnyZonedDateTimeFormatter. We should also have AnyDateFormatter.

T-core
C-datetime
S-medium

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....

T-docs-tests
C-meta
S-medium

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...

T-enhancement
A-performance
C-data-infra
S-small

All ICU provider crates should be fully documented. To track this, we should enable `warn(missing_docs)` as suggested in boilerplate.md.

T-docs-tests
C-meta
S-small

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...

T-docs-tests
C-meta
S-epic

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...

help wanted
T-core
A-ffi
C-meta
A-design
S-epic

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...

T-docs-tests
help wanted
C-test-infra
A-ffi
S-medium

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]...

T-docs-tests
C-process
C-data-infra
S-small

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...

C-data-infra
T-techdebt
S-small

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...

T-docs-tests
C-data-infra
S-small