Wasim Lorgat
Wasim Lorgat
This has caused a bunch of failures in our smoke tests for plots which use webviews with local resources (e.g. IPyWidgets). From the logs, it looks like there's a ~31...
This is a bit hard to describe, and I'm not sure how I'd accomplish it but here goes. When viewing objects in the object viewer Positron very helpfully displays all...
Currently, when at a debugger breakpoint in a Python file, none of the Positron comm-based UI components are functional. --- > I have a Python script and simply cannot figure...
Users should be able to configure the font size in the Variables, Plots, Help, Viewer, and Connections panes. > Using ctrl+ to zoom in the entire interface to a level...
## Steps to reproduce the issue: 1. In a console or notebook, create a Bokeh plot e.g: ```py from bokeh.plotting import figure, show p = figure(title="Simple line example", x_axis_label='x', y_axis_label='y')...
Following on from #4662, we should update `runApplication` to detect if we're in Workbench, and if so, find a free port and corresponding proxied URL (possibly related to https://github.com/posit-dev/positron/issues/4274) and...
The current `positron.runtime.executeCode` function resolves when the code is sent to the runtime. However, in both the Positron R and Positron Notebook Controller extensions we construct a promise that resolves...
The insert notebook cells tool was recently added to the IDE but is not yet hooked up to the Assistant chat participants. It should be as simple as not filtering...
Let's provide ways for users to invoke Assistant within the scope of an individual cell (keeping in mind that the chat pane would be more geared to entire notebook document...