Jake Ireland

Results 70 comments of Jake Ireland

Count consider using [`Base.hidigit`](https://github.com/JuliaLang/julia/blob/6aaedecc447e3d8226d5027fb13d0c3cbfbfea2a/base/floatfuncs.jl#L196)? Maybe there are some other internal methods that could come in handy

Could also consider using something from [`Ryu`](https://github.com/JuliaLang/julia/blob/master/base/ryu/Ryu.jl#L121-L126)

This is a good idea! Do you want to make a PR or should I do this?

That would be good, thank you Andrés. Would it still be a keyword argument? I.e., would I be able to write ```julia spelled_out(123467, lang = :ru) ``` ? And would...

This actually might be more difficult than imagined. I just tried implementing it but they may not be valid unicode characters in Julia.

I noticed that too. To fix this I am using v1, as suggested in the README: > > **If you're having issues with v2 outputs use the latest v1. `add...

[merge approved] > Does not meet sequential version number guideline: version 1.2.4 skips over 1.2.3. If this was not a mistake and you wish to merge this PR anyway, write...

Apologies, I made a syntax error that I didn't catch. I've rectified it.

@sostock whoops, I deleted the fork, didn't realise that would close the PR. Can this be reopened?