-
Currently it is JSON which is not super great as a config file format because it doesn't support comments.
ICU4C uses [Hjson](https://hjson.github.io/). There is a Rust Hjson crate that needs a new…
sffc updated
6 months ago
-
Here I would like to address the following problem:
if one wants to use the **globalize-compiler** during the build process of a web project there are no the configuration files for that.
Specifical…
-
Do any of these open issues need work? Has work on them been begun on the *next* branch? I'm currently familiarising myself with the codebase, and could tackle one or two if that would help.
-
I am getting an error when running the following command:
```
$ sudo npm install -g elm-test …
-
Such as `new Date().toLocaleString()`
``` js
new Date().toLocaleString("zh",{year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"long"});
2022年8…
-
Every time I sync my tasks, this comment: gets re-added as an annotation.
The comment is as follows:
```
These may be variants of:
U+26911 𦤑
U+2690E 𦤎
U+76A1 皡
U+76A5 皥
U+76B7 皷
```
…
-
It would be very useful if the API could provide selector functions which allow the user to get all emojis and these of a given category. What do you think?
I'd work on that if everybody agrees 😃
-
**In raising this issue, I confirm the following (please check boxes):**
- [1 ] I have read and understood the [Wiki](https://github.com/servocoder/RichFilemanager/wiki). Especially [deploy](https:…
-
I ran into an implementation issue a few days ago in Chakra where calling formatToParts on a date from a non-Gregorian calendar can cause some confusion. Right now, V8 and Chakra agree that `new Intl.…
-
Currently, we have only two formatters that do anything to numbers:
- DateTime which uses `numeric` for bestmatch length numbers (it may be '1', or '12')
- Number which uses `minimumFractionDigits`, `…