Conversation
cwo3990
requested changes
Feb 17, 2026
Contributor
cwo3990
left a comment
There was a problem hiding this comment.
Issues:
uv run commander-tkgave this error:
Traceback (most recent call last):
File "/Users/connor/talos-rit/commander/.venv/bin/commander-tk", line 10, in <module>
sys.exit(tk_interface())
^^^^^^^^^^^^^^
TypeError: tk_interface() missing 1 required positional argument: 'args'
uv run commander-terminalgave this error:
Traceback (most recent call last):
File "/Users/connor/talos-rit/commander/.venv/bin/commander-terminal", line 10, in <module>
sys.exit(terminal_interface())
^^^^^^^^^^^^^^^^^^^^
TypeError: terminal_interface() missing 1 required positional argument: 'args'
- On my machine (macOS 26 with Intel-based processor), when running
uv run commander, the icon doesn't show up at the top left of the tkinter interface window between the close, minimize, and expand buttons and the window title. It shows up as a placeholder. This is probably just some weird tkinter issue on macOS, but it doesn't seem to affect the app itself. It could be worth looking into, but I'm fine ignoring it since the icons are just cosmetic. The good news is that it shows up in the dock. See the attached screenshot below.
cwo3990
approved these changes
Feb 18, 2026
Contributor
cwo3990
left a comment
There was a problem hiding this comment.
LGTM! Too bad about the title bar icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Metrics