Jake Ireland

Results 36 issues of Jake Ireland

I am unsure if the current implementation is the best way to go about it.

help wanted
question

Everything handling floats seems very slow and hacky, trying to bypass how floats are actually stored and putting them into strings, splitting those strings, etc. I think this might be...

enhancement
help wanted

Something like ```julia ordinal(n::Integer) = string(n, (11

See #42, as we would have to fix some constraints with the precision of printing floats

enhancement
help wanted

E.g., ```julia spelled_out(1234, lang = πŸ‡·πŸ‡Ί) spelled_out(1234, lang = πŸ‡ΊπŸ‡Έ) spelled_out(1234, lang = πŸ‡¬πŸ‡§) spelled_out(1234, lang = πŸ‡ͺπŸ‡Έ) spelled_out(1234, lang = πŸ‡³πŸ‡Ώ) spelled_out(1234, lang = πŸ‡§πŸ‡·) ``` (you get the...

enhancement

Like https://github.com/savoirfairelinux/num2words/

speculative