Skip to content
New issue

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

[feature request] adding {percent_precise} style key #628

Merged
merged 1 commit into from Feb 8, 2024
Merged

[feature request] adding {percent_precise} style key #628

merged 1 commit into from Feb 8, 2024

Commits on Feb 8, 2024

  1. [feature request] adding {percent_precise} style key

    The existing `{percent}` is rendered as an integer, which means it is not very useful for large data sets, as it rarely changes.
    
    I suggest adding a new `{percent_precise}` (a non-breaking change?) that would render it with additional precision. For example, 3 fraction digits, as demonstrated by the test added here.
    
    An earlier proposal to add precision to variables was rejected (#552), and AFAIK, there is no way to customize this without taking over rendering.
    
    I think it would work well with existing variables like `elapsed_precise`, `eta_precise`.
    
    Thanks for considering!
    OmarTawfik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    99b7068 View commit details
    Browse the repository at this point in the history