```julia> format(1234.5678, precision=2, commas=true, width=10, signed=true) ERROR: You cannot use signed (+/-) AND commas at the same time ``` There is no reason why this shouldn't work? Can this be implemented?
There is no reason why this shouldn't work? Can this be implemented?