Manish Goregaokar

Results 134 issues of Manish Goregaokar

See #2310 In https://github.com/unicode-org/icu4x/issues/5124 we're trying to slim down ICU4X's deps. A lot of our crates don't need the full power of the ule/varule macros, and it would be nice...

part of https://github.com/unicode-org/icu4x/issues/876, part of https://github.com/unicode-org/icu4x/issues/856 `DateSkeletonPatternsV1` is one of our final remaining non-zero-copy types. It's a rather complicated tree: ```rust pub struct DateSkeletonPatternsV1>, ); pub struct SkeletonV1(pub Skeleton); pub...

help wanted
question
C-datetime

Spawned out of https://github.com/unicode-org/icu4x/issues/3575 Some users may want to solely run rule based segmentation, perhaps if they are on low-resource systems. Given the conclusion in https://github.com/unicode-org/icu4x/issues/3575 that the dictionary/lstm keys...

good first issue
C-segmentation
S-small

With the following code: ```rust fn main() { let arr = [ ("en-001", "", "Hello from 🗺️"), // WORLD ("en-002", "", "Hello from 🌍"), // AFRICA ]; } ``` [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=53c909596344790f97c676210ef9388c)...