We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a sweet gem. The only issue is that the progress_mark is always the same, which isn't always helpful.
For example I will get this
======= 7 ===== ETA: XX:XX:XX
But there are often times that I want to see if there was an issue, and for that I'd like to see a different mark, such as:
==x==== 7 ======
Simple. I'd like to be able to do
bar.increment('x')
which would output that mark if specified on the progress bar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Problem
This is a sweet gem. The only issue is that the progress_mark is always the same, which isn't always helpful.
For example I will get this
======= 7 ===== ETA: XX:XX:XX
But there are often times that I want to see if there was an issue, and for that I'd like to see a different mark, such as:
==x==== 7 ======
Potential Solution or New Behavior
Simple. I'd like to be able to do
which would output that mark if specified on the progress bar.
Mockups
==x==== 7 ======
The text was updated successfully, but these errors were encountered: