-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enqueue notebook renderer webview renders immediately (#4475)
This is another attempt to fix the failing smoke tests for IPyWidget plots (#4448). We probably should have always been calling `enqueue` instead of `enqueueIdle`, since we only render a single output item in our notebook output webviews. I also enabled renderer logging for debugging issues like this in future. ### QA Notes Plot tests in the full test suite passed 6 times on this branch: https://github.com/posit-dev/positron/actions/runs/10529737503.
- Loading branch information
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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