-
Every so often, we'll run into an error that longjohn tries to serialize, and in attempting to do so will peg the CPU and gobble up RAM (like 1+GB).
It seems like it attempts to serialize our entire …
-
@EvanHahn: as shown by unit test implemented in https://github.com/EvanHahn/HumanizeDuration.js/pull/55 the Catalan language is missing its test definition.
```
evilaliv3@remotehost:~/Devel/HumanizeD…
-
Currently, if you pass `round: true` and the value to be formatted is less than half of the smallest allowed unit, you get an empty string as result:
```
> humanize(500, {round: true});
'0.5 seconds'…
-
Screenshot where you can see 'deps moment':
http://take.ms/TFN6Q
it is declared in the package.json:
https://github.com/moment/moment-timezone/blob/develop/package.json#L39
I think I'm never going…
-
Hello,
Is there a setting to return just the largest two units with a bottom unit limit so that the string is not too long or too granular? For example
3 weeks and 1 day
3 days and two hours
4 hours …
-
While working on [GlobaLeaks](https://github.com/globaleaks/GlobaLeaks) and try to solve issue https://github.com/siddii/angular-timer/issues/180 on [angular-timer](github.com/angular-timer) i found t…
-
While getting feedback from an hungarian collaborator I got the feedback that it would be valuable to add to the library the possibility for to write a short form and a long form for dates.
Here foll…
-
With 1.6 hours I have a good result:
humanizeDuration(moment.duration({hours: 1.6}).asMilliseconds(), { language: 'fr' });
"1 heure, 36 minutes"
But with 1.5 I have something bad:
humanizeDuration(m…
-
![testreport](https://cloud.githubusercontent.com/assets/7975158/6646623/2d527fb6-c9c7-11e4-81a5-5e59961d3d8b.png)
my humanizer
```
var humanizer = humanizeDuration.humanizer({
language:…
-
Language codenames should be standard and homogeneous; currently all are in ISO_639-1 except for 'nob' used for Norwegian that is ISO_639-2
My suggestion is that you use [https://en.wikipedia.org/wik…