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
There seems to be a problem with character count when using gum log and gum format, see below for reproducing the problem.
gum log
gum format
❯ gum log --time=rfc3339 --formatter=text --structured --level debug "fdsafdsafdsafd $(gum format -- ":rocket:" | gum format -- type emoji)" 2025-02-14T09:02:12-05:00 DEBUG fdsafdsafdsafd 🚀 # newline
This should produce one newline like it does with 14 characters
❯ gum log --time=rfc3339 --formatter=text --structured --level debug "fdsafdsafdsafds $(gum format -- ":rocket:" | gum format - -type emoji)" 2025-02-14T09:02:08-05:00 DEBUG fdsafdsafdsafds 🚀 # newline # newline
v0.15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
There seems to be a problem with character count when using
gum log
andgum format
, see below for reproducing the problem.14 characters with emoji only produces one newline
15 characters with emoji produces two newlines
This should produce one newline like it does with 14 characters
Screenshot
Gum Version
v0.15.2
The text was updated successfully, but these errors were encountered: