Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I'm really enjoying the clarity of when data is retrieved from `.find()` / `.get()` / `.all()` methods. And it does take the ambiguity out of _when_ data is being retrieved. I'd be up for dropp...
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I couldn't see where this is used. Just wanted to be sure I didn't lose this one as it is related to auth.
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Should this be inherited from ActiveFinderSequence? (It would add find_by) . We could have `.find()` and `.find_by()` be separated out into two `ActiveFinder*` classes.
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Is this change correct? It use to be required, but the docs say not-required
schloerke pushed 1 commit to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
- Update readme 788938c
schloerke pushed 1 commit to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
- Remove many commented code. Clarify some comments for now vs later d2811f6
schloerke pushed 1 commit to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
- Context now inherits from `dict`. Would be nice to remove it c56d99a
schloerke pushed 2 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
- refactor: Remove dict parent class from `Context` (#335) Co-authored-by: Taylor Steinberg <[email protected]> 4051bfb
- Merge branch 'main' into schloerke/324-merge-api-and-resource 04a5c22
schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- refactor: Remove dict parent class from `Context` (#335) Co-authored-by: Taylor Steinberg <[email protected]> 4051bfb
schloerke closed 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 pushed 48 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
- merge Active and ApiDict class into ActiveDict 194f07b
- Remove `_api.py` file c5088a9
- Store data in `_dict` not `_attrs`. Clean up wording 1b1f20e
- Add in `ResourceDict` class 69bfa82
- Update test_api_endpoint.py 7efb8fa
- Implement Variant with ResourceDict 5998b15
- 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
- Merge branch 'schloerke/324-merge-api-and-resource' into schloerke/merge_active_and_api_dict b66dc00
- post merge updates; Update packages b525358
- and 28 more ...
schloerke created a comment on a pull request on posit-dev/posit-sdk-py
Moving code into base branch for a full PR
schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- Remove `resources` file a1b4440
schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- Fix json errors in integration tests 0d3e9ae
schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- Try using a tuple for base class for better python 3.8 support 7fd9282
schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
schloerke pushed 7 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
schloerke opened a pull request on posit-dev/posit-sdk-py
refactor: Remove dict parent class from `Context`
Squash of relevant https://github.com/posit-dev/posit-sdk-py/pull/332 to merge to mainschloerke pushed 1 commit to context-to-non-dict-main posit-dev/posit-sdk-py
- Remove dict parent class from `Context` Use hasattr to look for `_version` variable Co-Authored-By: Taylor Steinber... 27e80d1
schloerke created a branch on posit-dev/posit-sdk-py
context-to-non-dict-main - Posit SDK for Python
schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
- Use `hasattr()` instead of `self.__dict__` 137ba8b
schloerke pushed 1 commit to Context-to-non-dict posit-dev/posit-sdk-py
- code review; Use 'hasattr()' b7c7c70
schloerke pushed 4 commits to schloerke/merge_active_and_api_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 schloerke/merge_active_and_api_dict b66dc00
schloerke pushed 1 commit to Context-to-non-dict posit-dev/posit-sdk-py
- Use Context's dict to look for `_version` variable bd785ad