triallax
triallax
Note: I found out that you can work around this by running `DateFormat.useNativeDigitsByDefaultFor('ar', false);` before creating any `DateFormat`'s.
That's an entirely separate issue; it would require adding these locales as I request in [this ticket](https://github.com/dart-lang/i18n/issues/696).
I have no idea, I'm just a random user with no affiliation to this repository. :)
> Are these locales all needed by your project? Not at the moment, no (I'm putting the finishing touches on adding i18n support to it). > As every locale adds...
As a native Arabic speaker, I disagree that this is a documentation issue, and instead think this is something that ought to be fixed. Quoting from another comment of mine...
That is definitely expected, but my concern is mainly about also including formatting data for other Arabic locales (such as `ar_SA` and `ar_SY`), in addition to fixing the inconsistent numeral...
i don't know about gcc, but i found out about this because clang warned about it when i was bumping libvisual for chimera linux: ``` lv_hashmap.c:264:19: warning: using the result...
For what it's worth, I also had this issue happen to me today when somebody else called me while microphone access was disabled.
No, my device is not rooted.
that evaluates just fine in numbat, but not in the way you're probably expecting `%` in numbat is basically just `1/100`, so `1000 - 20%` is equivalent to `1000 -...