String width limit #4
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/printj#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that when setting a string width the printed width could be lower then specified when a short input string is used.
For example:
I would expect that the first and second statements would also return 63 characters?
--edit--
It seems thats because the padstr's are limited to 20 chars and there are 2 iterations? Could we maybe lengthen the pad strings a bit?
Or maybe even use String.repeat instead with a polyfill?
Just following up -- we published 1.2.1 with the fix prescribed in #5 and the results are consistent now. Thank you very much!
Great, thank you for the quick merge!