Rafael Xavier de Souza

Results 52 issues of Rafael Xavier de Souza

Does it still make sense to download files or should it leverage the official unicode npm modules? https://github.com/unicode-org/cldr-json/tree/main/cldr-json - If yes, i.e., let's leverage the official unicode npm modules: should...

Can we keep the data in one single/global place to avoid unnecessary downloads and to avoid unnecessary disk usage? For example, in `~/.npm/cldr-data/`. More details: the files of this repo...

- Use rollup to build packages bundles: the output is much cleaner than using webpack for this purpose - Use lerna to manage cldrjs and @cldrjs/* packages WIP...

The returned data from `.get()` or any of its aliased functions (eg. `.main()`) return the original data from the internal resolved/unresolved tree. It means that if the returned data is...

question

Instead of iterating over the path tree (e.g `a/b/c`) when getting an item, is it faster to generate a Function() of the form below and to use its result? ```...

Hi, I'm wondering if you have researched what's the effort to support 3rd button and scroll? Thanks

Minor fixing the missing semicolon and comma.

We used bower in the days where npm didn't have flatten dependencies support. This has changed a long time and people has moved towards npm for package management for some...

question
breaking change

We should provide examples demonstrating how certain modules (e.g., message, relative time, unit formatters) could be used along with Ecma-402. :boom: It's important to highlight that such mixture of libraries...

docs
help wanted
quick change

Asian countries might enter numbers using wide characters: 2017. It would be good that parser is lenient about them. The same applies for dates: 2017−01−17.

new feature
date module
number module