Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke pushed 1 commit to main rstudio/shinytest2
- ci: Use actions/upload-artifacts@v4 (#398) 6ce71fd
schloerke created a branch on rstudio/shiny-workflows
schloerke-patch-1 - GitHub Actions workflows for Shiny and related packages
schloerke opened a pull request on posit-dev/py-shiny
ci: Use latest deploy-pages
Saw we were behind on this version. Since it's internal only, I'm going to merge on successful GHA.schloerke opened a pull request on rstudio/shinytest2
Use actions/upload-artifacts@v4
Related: * https://github.com/actions/upload-artifact/blob/184d73b71b93c222403b2e7f1ffebe4508014249/README.md#L4 * https://github.com/actions/download-artifact/blob/d0ce8fd1167ed839810201de977912...schloerke opened a pull request on r-wasm/webr
ci: Use GHA upload/download artifact v4
Related: * https://github.com/actions/upload-artifact/blob/184d73b71b93c222403b2e7f1ffebe4508014249/README.md#L4 * https://github.com/actions/download-artifact/blob/d0ce8fd1167ed839810201de977912...schloerke pushed 1 commit to patch-1 schloerke/webr
- ci: Use GHA upload/download artifact v4 Related: * https://github.com/actions/upload-artifact/blob/184d73b71b93c222... 4383401
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add support for system cache runtime
Fixes #337schloerke created a branch on posit-dev/posit-sdk-py
schloerke/system-cache-runtime - Posit SDK for Python
schloerke closed an issue on posit-dev/posit-sdk-py
feat: Add `tag.update()` support
Realized missing method from https://github.com/posit-dev/posit-sdk-py/issues/162#issue-2233717765 commentschloerke pushed 1 commit to main posit-dev/posit-sdk-py
- feat: Add `Tag.update() -> Tag` method (#351) e8392e0
schloerke closed a pull request on posit-dev/posit-sdk-py
feat: Add `Tag.update() -> Tag` method
Fixes #350 Missed method in #346 . Discovered from #162 top commentschloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Yes. It is used in * `Tag.update()` * `Tags.find()` * `Tags.create()`
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add `Tag.update() -> Tag` method
Fixes #350 Missed method in #346 . Discovered from #162 top commentschloerke pushed 1 commit to schloerke/tag-delete posit-dev/posit-sdk-py
- Add `Tag.update() -> Tag` method 486354e
schloerke opened an issue on posit-dev/posit-sdk-py
feat: Add `tag.update()` support
Realized missing method from https://github.com/posit-dev/posit-sdk-py/issues/162#issue-2233717765 commentschloerke created a comment on an issue on posit-dev/posit-sdk-py
Possibly addressed by https://github.com/posit-dev/posit-sdk-py/pull/346 ```python content.tags.find() content.tags.add(...) content.tags.delete(...) child_tags = tag.child_tags.find() desc_tags ...
schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- feat: Add/test many tag, tags, and content item tags methods (#346) cbf3634