-
The sort of the age column doesn't seem to take into account the unit.
![image](https://user-images.githubusercontent.com/1446221/67528224-3a5bfb00-f6b9-11e9-9a31-9be18aa2af7f.png)
-
I am using octokit with node and trying to get single commit detail
but getting 404
Generated personal access token I am the owner
On private repo it's working but for the organization's priv…
-
Should we show author of video and date? (Or rather than date, perhaps age?)
![image](https://user-images.githubusercontent.com/1621749/46910862-ff00eb00-cf00-11e8-9f72-04552a86253c.png)
For com…
-
After 47 releases, maybe it is time to maintain a changelog?
For instance, on my project I want to update from 3.20.1 to latest version but I have no clue what changed since.
-
I'm currently using round like
`humanizeDuration( 120.1, { units: ['m'] , round: true })`
Currently it returns 2 mins, I'd want 3 mins using a ceiling function.
How difficult is it to add a `c…
-
Hi.
I just followed the example provided on the docs to add a new language.
```
const shortEnglishHumanizer = humanizeDuration.humanizer({
language: 'shortEn',
languages: {
shortEn: …
-
I'm not sure if this is related to #141 but There is an issue with working with leap years.
For example:
````
// startDate: 01/01/2003
// endDate: 12/31/2004
humanizeDuration(startDate.diff(en…
-
To replicate:
v3.18.0
You can do this simply on your [demo page](http://evanhahn.github.io/HumanizeDuration.js/)
Lets assume 35 days: 1000 * 60 * 60 * 24 * 35 = 3024000000ms
Result shoul…
-
A prometheus console I run just produced the irregular output "14m 60s". Of course, "15m 0s" should have been output. Rounding is hard.
-
Attempts to interpolate `{{humanizeDuration $value}}` fail with a type error:
> wrong type for value; expected float64; got model.SampleValue
There's no way to work around this.