Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke pushed 4 commits to Context-to-non-dict posit-dev/posit-sdk-py
- feat: add packages and content packages (#313) Adds packages support. 4edb9f1
- refactor: revert to typing-extensions library (#333) Revert to using the typing-extensions package since it performs... 540c693
- Merge branch 'main' into schloerke/324-merge-api-and-resource bc31ad2
- Merge branch 'schloerke/324-merge-api-and-resource' into Context-to-non-dict 8747d39
schloerke pushed 3 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
schloerke pushed 12 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- Move content item repository to its own file c91b3d1
- Relax type restrictions (explicitly) 3089b87
- Create `_types` file to hold protocol classes 85f648c
- Rename file to private 57a7da9
- Use helper classes for ContentItem and Context a3263af
- Update _content_repository.py dbfbc33
- Update Vanity 47ec1e3
- Cosmetic to Users a1ba953
- Helper method 81ebea9
- Job to inherit from ActiveDict df1180c
- BundleMetadata 45660cf
- Overhaul ContentItem 8dd6d0b
schloerke opened a pull request on posit-dev/posit-sdk-py
refactor: Remove `dict` from parent class of Context
schloerke pushed 1 commit to Context-to-non-dict posit-dev/posit-sdk-py
- Remove dict parent class from `Context` 1f5696f
schloerke created a branch on posit-dev/posit-sdk-py
schloerke/merge-active-sequence-and-api-list - Posit SDK for Python
schloerke opened a pull request on posit-dev/posit-sdk-py
Refactor: Merge `Active` and `ApIDictEndpoint` to `ActiveDict`
Essentially renaming `ApiDictEndpoint` to `ActiveDict`. Note: This means `Resource` is gone and is now a read-only dictionaryschloerke opened a draft pull request on posit-dev/posit-sdk-py
Refactor: Merge Active and Api code together
schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- merge Active and ApiDict class into ActiveDict 194f07b
schloerke pushed 2 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Same as above ```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion def fetch(self, **conditions: Unpack[_Fetch]) -> Generator["Package"]: ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Same as above ```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
No need for the overload and don't lose typing support when something is misspelled or a wrong type is given ```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Does this make the property disappear when the version is too low? Or does it present, but throws on access?
schloerke pushed 1 commit to schloerke-patch-1-deploy rstudio/shiny-examples
- Install as much from cran and not any 085cd89
schloerke pushed 1 commit to schloerke-patch-1-deploy rstudio/shiny-examples
- Add `forceUpdate = TRUE` to deploy d72fb18
schloerke pushed 2 commits to ragg-svglite-support thomasp85/plumber
schloerke pushed 1 commit to main rstudio/plumber
- chore: Fix pkgdown warnings. Use lifecycle inline R badges (#965) b041175