humanize icon indicating copy to clipboard operation
humanize copied to clipboard

Java facility for adding a “human touch” to data.

Results 12 humanize issues
Sort by recently updated
recently updated
newest added

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.11 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...

dependencies

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.11 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...

dependencies

I tried to use the library in my android project. I add `compile 'com.github.mfornos:humanize-slim:1.2.2'` in gradle file. and as in usage section I write this import line `import static humanize.Humanize.binaryPrefix;`...

Under "Pluralize MessageFormat", the last parameter should be `{0}`, not `{2}`. ie ``` MessageFormat msg = pluralizeFormat("There {0} on {1}.::are no files::is one file" + "::are {0} files"); ```

Under "Pluralize MessageFormat", the last parameter should be `{0}`, not `{2}`. ie ``` MessageFormat msg = pluralizeFormat("There {0} on {1}.::are no files::is one file" + "::are {0} files"); ```

duration should also support elapsed times which are larger than a single day.

Hello, your natural day function is a bit wrong. ``` public static String naturalDay(int style, Date then) { Date today = new Date(); long delta = then.getTime() - today.getTime(); long...

bug

Hello, The release 1.2.2 of the library have a bug in the method Humanize.duration(). This method answer false results if the amount of hour corresponding to the given seconds passed...

bug

Hi, as mentioned in https://github.com/mfornos/humanize/tree/master/humanize-ucum, would you consider using the UCUM module of https://github.com/unitsofmeasurement/uom-systems? At the moment it is based on Java SE 8. If the minimum JVM requirements for...

ucum
integration