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

Implement 'filesizeformat' filter #172

Open
flexferrum opened this issue Oct 19, 2019 · 0 comments
Open

Implement 'filesizeformat' filter #172

flexferrum opened this issue Oct 19, 2019 · 0 comments
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest help wanted Extra attention is needed
Milestone

Comments

@flexferrum
Copy link
Collaborator

Implement 'filesizeformat' filter according to the jinja2 specification:

Format the value like a ‘human-readable’ file size (i.e. 13 kB, 4.1 MB, 102 Bytes, etc). Per default decimal prefixes are used (Mega, Giga, etc.), if the second parameter is set to True the binary prefixes are used (Mebi, Gibi).

@flexferrum flexferrum added enhancement New feature or request hacktoberfest Issues for Hacktoberfest labels Oct 19, 2019
@flexferrum flexferrum added this to the Release 1.1 milestone Oct 19, 2019
@flexferrum flexferrum added this to To Do in Jinja2Cpp standard features via automation Oct 19, 2019
@flexferrum flexferrum added the help wanted Extra attention is needed label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant