-
Notifications
You must be signed in to change notification settings - Fork 11
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
Output is completelly blank #14
Comments
Hi! That's odd. I'll replicate your env here and see if it happens on my mac a well. In the meantime, does the issue persist if you run |
I can replicate this, but also that somehow a
Fresh checkout of the main branch, running on Ubuntu 22.04 wsl'd on Windows 11. |
Same issue on konsole arch. Only release build broke. |
Thanks @angch, I was able to replicate locally now. I've narrowed the issue to this recent PR #11, where The issue is right here, I'll provide a standard width of I'll figure out Versions 0.1.9 and 0.1.10 should be affected by this. I'm not sure why the brew build is fine, I figure it must be using the standard build binary without release optimizations. |
I put a temporary fix there as I'm currently in work hours atm. It should fix the main issue at the cost of ANSI truncating not working 100% for the time being. |
For anyone wanting to try a hand at this while I don't get around to it: I've left a couple of ❯ cargo build --release && ./target/release/zeitfetch Then seeing if the output is |
Traced down to softprops/termsize#19. |
Practically fixed. Thanks! |
Fixed on latest 0.11.2 release |
On my MacBook Pro 13-inch, M1, 2020 running macOS Ventura 13.4 i installed zeitfetch
But when I run zeitfetch, the output consists of a bunch of completely blank lines
The installed version is the latest one
The text was updated successfully, but these errors were encountered: