You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found in issue #32, and the related pull request #52, that progress supports colour codes from crayon in its format strings.
I was trying, though, to use colour codes for the progress bar itself via the incomplete and complete options. This gives me an error due to the resulting string being not equal to 1: Error in assert_single_char(incomplete) : nchar(x) == 1 is not TRUE.
Is this easily fixable? It would make my progress bars much prettier!
The text was updated successfully, but these errors were encountered:
I found in issue #32, and the related pull request #52, that progress supports colour codes from crayon in its format strings.
I was trying, though, to use colour codes for the progress bar itself via the
incomplete
andcomplete
options. This gives me an error due to the resulting string being not equal to 1:Error in assert_single_char(incomplete) : nchar(x) == 1 is not TRUE
.Is this easily fixable? It would make my progress bars much prettier!
The text was updated successfully, but these errors were encountered: