Shane F. Carr

Results 2000 comments of Shane F. Carr

Just an idea for how to do this in Blob Provider: 1. Have a blob-local global ZeroTrie for language identifiers and another blob-local global ZeroTrie for aux keys 2. The...

I did some experimentation. For an export of all date skeleton keys over all locales and maximal deduplication, here's what I get: | | Blob | Blob2 | https://github.com/unicode-org/icu4x/issues/2699#issuecomment-2093931682 |...

This isn't semver, though, being public API, it is certainly related. This is about making sure that we export as `pub` and not `pub(crate)` any APIs that databake-generated output needs.

- @hsivonen - Are we relitigating the decision on well-formedness? - @sffc - I don't recall having an explicit decision about that. - @sffc - How disruptive would it be...

Is this in scope? Seeking feedback from: - @Manishearth - @sffc - @zbraniecki

Based on feedback from the i18n unconference at RustConf, devs want libraries that "just work" and integrating nicely with the operating system is part of that. We are in a...

This is likely a "good first issue" because the API surface is small, mostly a function that returns the system locale as a `icu::locid::Locale`, which works on all platforms according...

Comment from @VorpalBlade in #4580: > Hi, > > I'm looking into options for localising one of my Rust command line program, and I'm a bit confused about icu4x: How...

IIUC the proposal under the hood is similar to blob3 but instead of it being user-selectable, it is automatically selected from the `blob2` CLI option. Note that this means `blob2`...