-
It seems that currently there is no way to customize thousand separators.
The feature is on this page but was not implemented: https://github.com/EvanHahn/HumanizeDuration.js/issues/61
In some c…
-
In relation to the GlobaLeaks Submission Flood Resiliency Project documented at https://docs.google.com/document/d/1P-uHM5K3Hhe_KD6YvARbRTuqjVOVj0VkI7qPO9aWFQw/edit?usp=sharing this ticket is to imple…
-
can add options to padding 0 to align result ?
like this
```
console.log(humanizeDuration(3884 * 1000, {padding:'0'} ));
console.log(humanizeDuration(5941 * 1000, {padding:'0'}));
//1 hour, 0…
-
Hi,
I am experiencing build failures in almost all architectures due to the handling of big integers in tests for templates and promql. The former [fail in 32-bit architectures](https://buildd.debi…
-
As a native Swahili language speaker, I expect the humanized duration to start with words before the count.
Eg: "1 day" in Swahili is "siku 1".
Currently, the format does not adhere to the Swahili…
-
**Describe the bug**
Upstream Prometheus lists "number or string" for humanizeDuration input [1] However, vmalert expects float64[2] and therefore fails if the argument passed is a string:
```
exec…
-
## The devDependency [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) was updated from `3.19.0` to `3.20.0`.
🚨 [View failing branch](https://github.com/videojs/video.js/compare/m…
-
## The devDependency [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) was updated from `3.15.3` to `3.16.0`.
🚨 [View failing branch](https://github.com/videojs/video.js/compare/m…
-
When you have a stringified number as a label, it would be nice to be able to use the same humanizeDuration logic on it.
Example: label_name: "interval": "5400" => "1h 30m"
-
I'm working on a project and momentjs is really useful for date manipulation so thanks for that.
To give you an example, we're making somekind of store for plane tickets. The `duration.humanize()` f…