-
Hi, everyone.
I found the bug after formatting numbers in Numeral.js v. 2.0.6.
```code
numeral(999).format('0.00 a'); // 999.00
numeral(9999).format('0.00 a'); // 10.00 k
numeral(99999).format('…
-
3.4 Counters, lists, etc
https://w3c.github.io/iip/gap-analysis/taml-gap.html#counters
Comment from Muthu:
> Need to understand : the other relies on the user-defined mechanism specified in that …
r12a updated
4 months ago
-
For low numbers it is common to write the word and not the numerals. So it would be could to have a provider per locale that can write the number in letters (ordinal and cardinal)
A parameter that …
-
Hi,
I am considering using Numeral.js and it's language extensions in my project. I noticed that the German number representation is incorrect.
For example: A number "12345678.91" when formatted us…
-
I could not find a way to pad numerical values with numeral.js.
Below all comparisons should be true.
``` javascript
var format;
format = '#3#'; // min length = 3
numeral(1).format() === '001';
nume…
-
```
Noto Sans Sinhala is missing the SInhala numeral sets, Sinhala Archaic Numbers
(111E0–111FF) and Sinhala Lith Illakkam (0DE6-0DEF).
These were introduced in Unicde 7.0
```
Original issue repor…
-
```
NOTE: This form is only for reporting bugs. For questions, comments, or
advice please visit: http://groups.google.com/group/sipdroid-users
What steps will reproduce the problem?
1. Save a SIP UR…
-
```
NOTE: This form is only for reporting bugs. For questions, comments, or
advice please visit: http://groups.google.com/group/sipdroid-users
What steps will reproduce the problem?
1. Save a SIP UR…
-
```
NOTE: This form is only for reporting bugs. For questions, comments, or
advice please visit: http://groups.google.com/group/sipdroid-users
What steps will reproduce the problem?
1. Save a SIP UR…
-
Try this:
use Slang::Roman;
my Int $year = 0rMCMLVII; # year 1957
say "I was born in the year $year.";
When run it says:
I was born in the year 2157.
I think the obvious problem is the c…