-
Notifications
You must be signed in to change notification settings - Fork 3
User-friendly output for known (and possibly unknown) errors #6
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
Milestone
Comments
tombh
added a commit
that referenced
this issue
May 26, 2025
Classic popups in the right of the terminal for notable events. Most importantly for errors. This commit also required some significant changes to the Background Command, shaders and plugin tattoys to get them properly detecting their failure states. I'd really like to find a better way of unifying the error/panic states of individual tattoys. Fixes #6
tombh
added a commit
that referenced
this issue
May 26, 2025
Classic popups in the right of the terminal for notable events. Most importantly for errors. This commit also required some significant changes to the Background Command, shaders and plugin tattoys to get them properly detecting their failure states. I'd really like to find a better way of unifying the error/panic states of individual tattoys. Fixes #6, #70
tombh
added a commit
that referenced
this issue
May 26, 2025
Classic popups in the right of the terminal for notable events. Most importantly for errors. This commit also required some significant changes to the Background Command, shaders and plugin tattoys to get them properly detecting their failure states. I'd really like to find a better way of unifying the error/panic states of individual tattoys. Fixes #6, #70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A known error could be something like an incorrect type, value or path in config. This should have a friendly message on the command line.
Other esoteric errors and backtraces should also at least maybe be indicated in the terminal, maybe just a oneliner notification in the top right?
The text was updated successfully, but these errors were encountered: