-
Notifications
You must be signed in to change notification settings - Fork 90
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
Python Apps - Terminal size can interfere with URL matching #5407
Comments
I believe the positron/extensions/positron-run-app/src/api.ts Lines 402 to 413 in c6b91c2
Some things we can try:
|
### Intent Due to #5407 , the console pane needs to be bigger for windows CI Tests ### Approach In gradio test, added minimizing both sidebars before running app, then bringing them back before viewer is checked. ### QA Notes Python app test should pass. https://github.com/posit-dev/positron/actions/runs/11900458691
@sharon-wang In case it's helpful, I did notice while initially working on Python app support that terminal shell integration sometimes unexpectedly created a new "execution", so suspect your suggestion is the way to go. |
System details:
Positron and OS details:
Current
main
branchWindows (but probably not a windows only issue)
Interpreter details:
Python 3.12.1
Describe the issue:
When running smoke tests on windows, the screen can be small enough that when the URL is off screen, the Run App URL matching gets confused.
@sharon-wang has some insight to provide context
Steps to reproduce the issue:
Test fails as the app is not displayed in Viewer.
Expected or desired behavior:
Test to pass
Were there any error messages in the UI, Output panel, or Developer Tools console?
The text was updated successfully, but these errors were encountered: