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
Noticed that the text was very tight for an app that didn't successfully install.
Not really a problem, just a matter of spacing and UI design.
It could be:
"Installation failed - Manifest removed"
Something simple like that would instantly improve the design.
While testing the behavior by resizing the terminal window to be smaller or bigger, I didn't really find any alternatives coming to mind.
The text was updated successfully, but these errors were encountered:
Related code:
Scoop/libexec/scoop-status.ps1
Line 60 in 80b52e3
Easy to fix it: $() -> @().
$()
@()
Sorry, something went wrong.
Info
Successfully merging a pull request may close this issue.
Noticed that the text was very tight for an app that didn't successfully install.
Feature Request
Is your feature request related to a problem? Please describe.
Not really a problem, just a matter of spacing and UI design.
Describe the solution you'd like
It could be:
"Installation failed - Manifest removed"
Something simple like that would instantly improve the design.
Describe alternatives you've considered
While testing the behavior by resizing the terminal window to be smaller or bigger, I didn't really find any alternatives coming to mind.
The text was updated successfully, but these errors were encountered: