sharon
sharon
## For verification Relevant PRs: - https://github.com/posit-dev/positron/pull/4426 - https://github.com/posit-dev/positron-builds/pull/49 There's a linux build PR has steps on how to run the build. Please reach out to me if I can...
Hey @mayrfb, thanks for reaching out about this! From your screenshot, it seems like something went wrong while trying to detect which existing Python installations you have on your machine....
Thanks for sharing that! I can confirm that it's a bug in the Project Wizard -- we are not including Microsoft Store global python installs in the dropdown, so we'll...
## QA Notes `MicrosoftStore`-installed Python interpreters should now show in the Project Wizard interpreter dropdown. - PR: https://github.com/posit-dev/positron/pull/5502 - related issue: https://github.com/posit-dev/positron/issues/5341
This is closely related to https://github.com/posit-dev/positron/issues/3491 and any other custom modals in Positron that have a default button (such as `OK`).
Oops, yes that's what I meant :) @juliasilge shall we keep just one of #3491 or #4203 open and transfer the labels and milestone as appropriate?
I ran a Streamlit app in Workbench and it's displaying in the Viewer successfully! It'd be nice if the proxied path was reflected in the Terminal output, but `ctrl+click`ing on...
The Quarto preview Terminal output shows the proxied path in addition to the localhost URL:  The Quarto extension code that outputs "Browse at ": https://github.com/quarto-dev/quarto/blob/49abc46be3dbfd5cbd1eadf3d04cb4a7ac690b5c/apps/vscode/src/providers/preview/preview.ts#L532
Additional testing of Python web apps on Workbench: https://github.com/posit-dev/positron/pull/4662#issuecomment-2379487489 - Summary: - Working with caveats: Streamlit, Dash, Flask - Not working / partially working: Gradio (styles and images not loading...
### Framework Support Summary as of https://github.com/posit-dev/positron/pull/4978 | Framework | Positron Server Web | Positron Desktop | Positron on Workbench | Notes | |--------|--------|--------|--------|--------| | Dash | ✅ yes |...