FR: Allow specifying tail
for truncate_*
template functions
#5085
Labels
good first issue
Good for newcomers
polish🪒🐃
Make existing features more convenient and more consistent
Describe the solution you'd like
This is a very minor nice-to-have, but would it be possible to add an optional
tail
to thetruncate_*
template functions, to indicate that truncation has occurred? Sometimes truncation occurs at a space character, and it's not obvious that there was a longer description available.Describe alternatives you've considered
Currently, it's possible to do something like:
(After #5072 is released, I can replace this workaround with a length check)
The text was updated successfully, but these errors were encountered: