Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke closed an issue on posit-dev/posit-sdk-py
Merge _api.py and resource.py in code
TODO - make an issue to port this functionality to the Resource class. _Originally posted by @tdstein in https://github.com/posit-dev/posit-sdk-py/pull/300#discussion_r1833107446_ ...schloerke closed an issue on posit-dev/posit-sdk-py
feat: Use the requests Session interface for runtime assertions
I think it would be wise to lean on the Python requests Session interface. Which does runtime assertions to verify the types. Our testing strategy will reveal any issues related to th...schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
TODO once #364 is merged
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
This might be controversial, but I couldn't find a way to skip `_Resource`'s `.update()` method and only perform the `dict`'s update. By passing in self to `dict.update(self, **result)`, I was ...
schloerke pushed 3 commits to schloerke/gut_api_files posit-dev/posit-sdk-py
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion def __getitem__(self, key: Hashable, /) -> Any: ... ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
This class is no longer needed?
schloerke pushed 4 commits to schloerke/gut_api_files posit-dev/posit-sdk-py
- fix: add fetch to packages protocol (#359) b182233
- refactor: use context client to make requests (#360) Original request: https://github.com/posit-dev/posit-sdk-py/pu... 4f6096b
- refactor: replace `ctx.params`, `ctx.session`, and `ctx.url` with `ctx.client` (#361) Now that Client exists on the ... e6809f3
- merge main 05829fe
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Thank you
schloerke pushed 1 commit to schloerke/gut_api_files posit-dev/posit-sdk-py
- Add all files to get help from @tdstein 76e8eee