Anselm

Results 2 issues of Anselm

Locales according to the documentation on the main page do not work: ``` >var numeral = require("numeral") > numeral.locale('de') 'de' > numeral("12.2000.0065,9812") TypeError: Cannot read property 'delimiters' of undefined at...

I really like osmosis but have difficulties implementing the right order and timing of commands. Additionally, I don't really understand how asynchronicity in osmosis works; consider the example on the...