Christopher Mead

Results 21 issues of Christopher Mead

### Prerequisites - [X] I have written a descriptive title - [X] I have searched existing feature requests to ensure it has not already been proposed - [X] I agree...

help wanted

This is a simple console history smoke test for Python and R. It verifies that: * up arrow moves reverse sequentially through previously entered lines * CTRL-R opens a pane...

NOTE: this PR is waiting on input from @sharon-wang. We have one case that doesn't pass once the awaits were added and want to get her thoughts on it. This...

## Positron Version: 2024.07.0-81 ## Steps to reproduce the issue: 1. Create a plot ``` import plotly.express as px fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2]) fig ``` 2....

bug
area: plots
area: ui

## Positron Version: 2024.07.0-81 ## Steps to reproduce the issue: 1. Enable positron notebooks in settings 2. Create a new file that is a notebook 3. Click to add Code...

bug
area: notebooks

Testing to see if Daniel's integration test for connections works in CI processes. ### QA Notes All integration tests should pass

Draft: seeing if retries will help plots tests ### QA Notes All smoke tests should pass

## System details: #### Positron and OS details: Ubuntu-latest Main branch around Aug 2nd #### Interpreter details: Python 3.10.12 ## Describe the issue: [exthost.log](https://github.com/user-attachments/files/16471846/exthost.log) [Python.log](https://github.com/user-attachments/files/16471849/Python.log) [Console Python 3.10.12 (Global).log](https://github.com/user-attachments/files/16471850/Console.Python.3.10.12.Global.log) ##...

testing
lang: python

Tried 4x once it was merged and hit more errors. :( ### QA Notes All smoke tests pass

Create a new github workflow that will make it possible to test smoke tests against the latest Windows release. The workflow would then skip the compile, the unit and the...

area: qa infrastructure