Wasim Lorgat

Results 82 issues of 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...

bug
os-linux
area: plots

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...

enhancement
area: variables
support

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...

enhancement
support
area: debugger

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...

enhancement
accessibility
area: ui
support

## 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')...

enhancement
area: plots
theme: app builder

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...

enhancement
area: workbench
theme: app builder

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...

area: api

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...

enhancement
investigate
area: assistant

epic
area: notebooks
lang: python
area: debugger

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...

enhancement
area: notebooks
theme: new notebook frontend
area: assistant
notebooks-ai