Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

georgestagg

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Add Azure and Vertex chat providers fb8dfb2

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Fix getPlot tool for non-Anthropic providers 0d06a88

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Fix default OpenAI baseUrl 45d4451

View on GitHub

georgestagg pushed 2 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Reorganise participant commands 22244ad
  • Positron Assistant: Add l10n to user-facing messages 2a1b51d

View on GitHub

georgestagg closed an issue on r-wasm/actions
`deploy-cran-repo` uses deprecated `upload-artifact: v3` via old `upload-pages-artifact: v2`
I'm using the [example](https://github.com/r-wasm/actions/blob/v2/examples/deploy-cran-repo.yml) for [`deploy-cran-repo`](https://github.com/r-wasm/actions/blob/v2/.github/workflows/deploy-cran-rep...
georgestagg created a comment on an issue on r-wasm/actions
Thanks for reporting this! It should hopefully now be fixed as of 85cc1f00f62b4065c1ef38845b1eccb9f564e07d.

View on GitHub

georgestagg created a tag on r-wasm/actions

v2.2.1 - GitHub Actions associated with R WebAssembly tasks

georgestagg pushed 1 commit to main r-wasm/actions
  • Update actions in deploy-cran-repo.yml 85cc1f0

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Fix typos d708184

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Add /quarto dynamic command 87cf2a1

View on GitHub

georgestagg pushed 37 commits to feature/initial-positron-assistant georgestagg/positron
  • E2E test: fix issues with SCM test and Problems test (#6147) Fix issues with SCM and problems tests. SCM needed m... f4b7966
  • Initial Positron Assistant and custom chat agent a024a43
  • Refactor Positron Assistant * Simplify Positron Assistant Service. * Separate concepts of Language Models and Chat P... f27e463
  • Positron Assistant: work with vscode.lm API b7353d6
  • Positron Assistant: Progress reporting and participant tweaks 909feb5
  • Positron Assistant: Streamline language model provider handler ca23ea4
  • Positron Assistant: Inline code completion 83724be
  • Allow for password type in LabeledTextInput 926b427
  • Positron Assistant: Tweak progress messages 1e324fb
  • Positron Assistant: Add language model configuration modal 51866eb
  • Positron Assistant: Add extra part types to ChatResponse 5b1b4cd
  • Positron Assistant: Add welcome message 2671ac6
  • Positron Assistant: Support followup providers d13aa9c
  • Positron Assistant: Minor prompt tweaks. a9da0a5
  • Positron Assistant: Add dynamic slash commands 210a6c0
  • Positron Assistant: Use Language Model API directly a68b67a
  • Positron Assistant: Use vscode API for chat agent implementation bdaa8d5
  • Positron Assistant: Support tool calling with vscode.lm API 8f1c94b
  • Positron Assistant: Minor API changes after rebase 583553b
  • Positron Assistant: Minor tool call and prompt fixes 66f72d2
  • and 17 more ...

View on GitHub

georgestagg pushed 365 commits to main georgestagg/positron
  • Make temp table name in positron-duckdb tests more random to avoid sporadic extension test failures (#5328) Attempts... 70e96ec
  • Remove Positron patches to make Python tests work with TypeScript v5 (#5309) Addresses #4932. We no longer need thes... d753d0d
  • Ensure session exit counts as shutdown (#5343) This is a **speculative** change that attempts to address an issue se... 7998f17
  • Add Positron instantiation service test helpers; refactor tests to use runtime services (#5335) This is in preparati... fbd8b46
  • improve Run App url matching and fix preview timeout issue (#5349) Cherry-picks https://github.com/posit-dev/positro... 461485e
  • add prerelease branches to the PR CI workflow (#5352) Following https://docs.github.com/en/actions/writing-workflow... 909d8b6
  • Remove positron dark theme overrides for textLink foreground (#5303) 25f4eae
  • Suppress dumping env var information into Python logs (#5342) Addresses the positron-python extension piece of #5320... b9138ad
  • Add opt-in notebook execution info status bar (#5366) Addresses #5353. ### QA Notes Enabling the `notebook.exp... 7b64cb6
  • Bump ark to 0.1.152 (#5369) ### Positron Release Notes #### New Features - N/A #### Bug Fixes - On Windo... e3a1ef1
  • remove python extension override of PATH variable (#5354) Related to #4511 the Python extension is using a newer... 64e113a
  • Skip r restart test (#5371) ### Intent Due to https://github.com/posit-dev/positron/issues/5356 , need to skip the ... 4fe52c7
  • Reticulate: Access ipykernel path (#5368) This PR pairs with: https://github.com/rstudio/reticulate/pull/1692 The re... 7d4a103
  • test: add basic positron-zed extensions test (#5351) ### Summary This PR introduces the framework for automated t... 9ab8369
  • test: report skipped e2e tests to qa channel weekly (#5379) ### Intent Ensure the QA team stays informed about skip... 3e98f63
  • test: add missing await to db-connection test (#5382) ### QA Notes I was having an issue of a test trying to log af... 291c713
  • Connections smoke test: hover to get disconnect button (#5383) After adding some missing awaits, another issue with ... 0108e50
  • 3735 new projects should use better default name (#5364) ### Description Addresses #3735 Updating the default n... 25c097b
  • Bump ark to 0.1.154 (#5385) ### Positron Release Notes #### New Features - N/A #### Bug Fixes - N/A 34695a1
  • Fix R restart test with new Kallichore build (#5387) Addresses https://github.com/posit-dev/positron/issues/5356; fi... 39536c2
  • and 345 more ...

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Updates for Vercel AI v4.1.0 78d3422

View on GitHub

georgestagg pushed 92 commits to feature/initial-positron-assistant georgestagg/positron
  • e2e-test: add data explorer editor action bar test (#6019) ### Summary Adding test coverage for the editor action b... 6fcb67e
  • e2e test: python debugger (#6021) Python debugger test checking variables, stepping and stack for a basic python sc... 56424f5
  • Add a command to focus the Variables view (#6060) Adds a custom focus command to focus the Variables view; addresses... fdb17f2
  • add windows and browser workflows to merge (#6063) ### Intent Adds windows and browser tests to the merge-to-branch... a4de744
  • Merge recent 2025.01 updates to main (#6035) This change pulls in a few changes from the 2025.01 branch that also n... 8c97133
  • Fix typo range bug in getRandomIntInclusive (#6070) 98939fa
  • Show content emitted by kernel supervisor when it fails to connect (#5983) This change is intended to help troublesh... adf5792
  • Update kernel supervisor version for Ubuntu 22 compatibility (#6074) Addresses https://github.com/posit-dev/positron... 514936d
  • Store pending code in the code editor to address #5012 (#6064) 87e9560
  • Adds shared snippet for Positron overlay markers (#6069) <!-- Thank you for submitting a pull request. If this is yo... c6906c6
  • Fix behavior when missing Pip (#6020) When selecting an interpreter missing ipykernel, the UI prompt now states that... 775a468
  • Match dialog button layout to OS (#6044) This change updates the order of buttons in modals to match a user's nativ... b07fed2
  • E2E test: fix f1 tests (#6084) Just needed to await completion of script that console help functionality depends on... b17ca39
  • Add `onEnterRules` for regular old comments in R (#6049) Addresses #5974 The order in this JSON file is important; ... 9dbf43c
  • e2e-test: fix browser tracing (#6088) ### Summary Previously we were unable to run browser tests without `Tracing h... 2853b58
  • e2e-test: fix data-explorer flakes (#6090) ### Summary * Improved the way we are asserting that the tab is visible.... c73f3f0
  • Plot editor tab sizing policies (#6043) Adds a command palette action to change the sizing policy for a plot in an e... 257cbcd
  • E2E test: problems checks (#6086) Basic problems tests for Python and R, including facilities for editing code base... 0140de6
  • e2e-test: better env var for browser trace (#6093) ### Summary I noticed that traces weren’t attaching for browser ... f771d2c
  • E2E test: fix F1 test issues (#6096) Fix F1 issue where the variables pane was not visible because it was obscured ... 2fb274a
  • and 72 more ...

View on GitHub

georgestagg pushed 6 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Set tool call use in settings and UI 134a01e
  • Positron Assistant: OpenAI completion model d7a09c7
  • Positron Assistant: Confirmation box for chat output e98513a
  • Positron Assistant: Add OpenRouter provider 9dd6945
  • Positron Assistant: Add Bedrock language model 7f636a5
  • Positron Assistant: Add Bedrock completion provider ce3a8d7

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Add OpenRouter provider c261ae9

View on GitHub

georgestagg pushed 3 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Set tool call use in settings and UI 6cc46c6
  • Positron Assistant: OpenAI completion model 021dbec
  • Positron Assistant: Confirmation box for chat output 3e5776b

View on GitHub

georgestagg created a comment on an issue on r-wasm/quarto-live
Thanks for highlighting, we definitely need to return to this to fill in the gap. IIRC the idea for user provided `error_check` (and `code_check`, line 39 of that file) was to include functionalit...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
@dusadrian is correct, the method he describes is the way to go, with documentation [here](https://r-wasm.github.io/rwasm/articles/mount-fs-image.html#building-an-r-package-library-image). First, ...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
Hi, For point 2, we'd like to improve this in the future so that it's not required, but for the moment wrapping the content in a `Blob([...])` is indeed the right thing to do. For point 3, you're...

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: User consent before executing code 27f4174

View on GitHub

georgestagg pushed 2 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Support binary file references 931214d
  • Positron Assistant: Execute and return result in tool call a24eaf8

View on GitHub

georgestagg pushed 3 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Use `llms.txt` in workspace cea187f
  • Positron Assistant: Minor tweaks to API and documentation d6671f3
  • WIP: Execute and return result in tool call 69fc933

View on GitHub

georgestagg pushed 2 commits to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Minor fixes for language models f90bd97
  • Positron Assistant: Support mapped edits dbdeffb

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Positron Assistant: Add Anthropic completion provider e95f0c7

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
The `webR.FS` interface is a thin wrapper around Emscripten's [File System API](https://emscripten.org/docs/api_reference/Filesystem-API.html#file-system-api). Quoting from the Emscripten docs, > ...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
Thanks for reporting back the working behaviour on Windows. I think this is related to https://github.com/r-wasm/webr/issues/475, where volume mounting is not working correctly under macOS. There...

View on GitHub

georgestagg pushed 110 commits to feature/initial-positron-assistant georgestagg/positron
  • E2E Tests: remove MS dependencies for outline, variables, & more (#5863) Removing MS dependencies in several places:... 5f29675
  • E2E tests: MS terminal POM replacement (#5864) Putting terminal functions we use into positronTerminal ### QA Not... 158abd1
  • Fix Python tests with latest dependencies (#5867) Related to #5867. 24620f4
  • Switch to overlay webviews for notebooks (#5829) Addresses #5491 This PR changes how we render html output in no... feb2937
  • Turn on New Project tests after Issue fixed (#5866) <!-- Thank you for submitting a pull request. If this is your fi... 88fbe17
  • E2E tests: various missed MS dependencies (#5868) Cleanup of various tests/POMs where MS dependencies were still pre... 4c10da4
  • E2E test: application.ts convert to playwright (#5873) Migrate application.ts to use playwright functions. ### QA... 327cba2
  • Data Explorer: Visually distinguish column names with leading/trailing whitespace or empty string (#5653) Aims to ad... 0841d7b
  • E2E test: positronSettings POM (#5870) Implement the settings set/unset functionality in pure playwright. ### QA ... 05a6a6e
  • Add Reticulate support to the kernel supervisor (#5854) This change makes it possible to use Reticulate sessions wit... 5c9342e
  • E2E tests: remove dead code (#5874) Removing unused Microsoft classes, functions, & tests. Remove one last instan... 66aa3fb
  • e2e-test: remove iwindowdriver dep (#5880) ### Summary * removed IWindowDriver dependency * cleaned up PlaywrightD... 925e428
  • Address 5736 by adding new submenu handling (#5837) 564d5e3
  • Fix plots views not triggering resize observer (#5763) b1d9fcf
  • e2e tests: use webbrowser to check for urls in viewer (#5818) addresses #5569 @:viewer I don't think that the... d931679
  • Change open in editor tab to menu button (#5733) 2bc1b74
  • Bump version to 2025.02.0 (#5883) Bumps the version to 2025.02. Also makes `create-anchor` a `.cjs` rather than ... a37f160
  • e2e-test: remove test/automation (#5882) To centralize all relevant e2e test code and enhance clarity, the e2e test... be25a0f
  • Add release notes to template (#5881) For automatic collection of release notes with https://github.com/posit-dev/po... 734bcf9
  • e2e-test: update readme (#5892) Updating readme to reflect updated test/e2e infrastructure. ### QA Notes n/a 3512278
  • and 90 more ...

View on GitHub

georgestagg created a comment on an issue on r-wasm/quarto-live
Thank you for reporting this! Recently the version of Pyodide used by Quarto Live was updated, and its internal matplotlib `OffscreenCanvas` renderer required updating for the latest version of mat...

View on GitHub

georgestagg published a release on r-wasm/quarto-live
Quarto Live v0.1.2
## New features * Setup blocks may now be attached to multiple exercises by providing a list for the `exercise` cell option. * Reveal.js slides containing live cells are now automatically mad...
Load more