Skip to content

fix(subnets): disable Progress auto_refresh inside Live display for macOS Terminal compatibility#919

Open
nudiltoys-cmyk wants to merge 1 commit intolatent-to:mainfrom
nudiltoys-cmyk:fix/issue-315
Open

fix(subnets): disable Progress auto_refresh inside Live display for macOS Terminal compatibility#919
nudiltoys-cmyk wants to merge 1 commit intolatent-to:mainfrom
nudiltoys-cmyk:fix/issue-315

Conversation

@nudiltoys-cmyk
Copy link
Copy Markdown

@nudiltoys-cmyk nudiltoys-cmyk commented Apr 9, 2026

summary

fixes #315
the --live option for subnets list renders incorrectly on macOS Terminal.app because the Progress widget inside the Live display has auto_refresh=True, causing it to write ANSI escape sequences directly to the terminal on its own refresh cycle
the fix disables auto_refresh on the Progress widget and drives refresh manually inside the Live loop

test plan

manual testing on macOS Terminal.app confirms the display renders correctly without ANSI artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

subnets list --live not formatted properly on macOS stock terminal

1 participant