-
Notifications
You must be signed in to change notification settings - Fork 60
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
Upgrade textual and python #63
base: main
Are you sure you want to change the base?
Conversation
bluefing
commented
Oct 26, 2024
- Upgrading textual to 0.82.0 required minor Python version bump
- Minimal change required due to namespace_bindings rename to active_bindings in Textual 0.61.0
- Limited post upgrade testing.
- Performed manual smoke test by piping tree into tl and reading a python log file
- Upgrading textual to 0.82.0 required minor Python version bump - Minimal change required due to namespace_bindings rename to active_bindings in Textual 0.61.0 - Limited post upgrade testing. - Performed manual smoke test by piping tree into tl and reading a python log file
More testing required - tailing is not working |
Reopening the PR as tail is working when tl is executed stand alone. |
Discovered this issue while testing the PR with toolong embedded in another app. I suspect it will as
|
Replaced the call with a call to simulate_key
tested that the following are working using Python 3.12.7
|