Christopher Mead
Christopher Mead
### Verified Fixed Positron Version(s) : 2025.01.0-2 OS Version : OSX ### Test scenario(s) ``` stopifnot( nzchar(Sys.getenv('R_SHARE_DIR')), nzchar(Sys.getenv('R_INCLUDE_DIR')), nzchar(Sys.getenv('R_DOC_DIR')) ) ``` passes Link(s) to TestRail test cases run or created:
### Verified Fixed Positron Version(s) : 2024.07.0-113 OS Version : OSX ### Test scenario(s) I was able to save the sample plot shared in the original filing. Link(s) to TestRail...
### Verified Fixed Positron Version(s) : 2025.07.0-200 OS Version : OSX ### Test scenario(s) Verified with steps outlined in https://github.com/posit-dev/ark/pull/852 Link(s) to TestRail test cases run or created:
Unfortunately, I am seeing: ``` Error loading renderer 'positron-ipywidgets' Failed to fetch dynamically imported module: https://file+.vscode-resource.vscode-cdn.net/Applications/Positron.app/Contents/Resources/app/extensions/positron-ipywidgets/renderer/media/index.js ``` If I check that path: ``` ls /Applications/Positron.app/Contents/Resources/app/extensions/positron-ipywidgets/renderer/ package.json src tsconfig.json yarn.lock ```
### Verified Fixed Positron Version(s) : 2024.08.0-24 OS Version : OSX ### Test scenario(s) # this only works in the console from ipyleaflet import Map, Marker center = (52.204793, 360.121558)...