Ecosyste.ms: Timeline

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

schloerke

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

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

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 ...

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 3 commits to schloerke/gut_api_files posit-dev/posit-sdk-py
  • Delete _json.py 666a186
  • Fix class duck typing using inspiration from #364 15f854a
  • Be sure to retrieve data before init'ing 96feb7a

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion def __getitem__(self, key: Hashable, /) -> Any: ... ```

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
This class is no longer needed?

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

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

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Thank you

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/gut_api_files posit-dev/posit-sdk-py
  • Add all files to get help from @tdstein 76e8eee

View on GitHub

schloerke created a branch on posit-dev/posit-sdk-py

schloerke/gut_api_files - Posit SDK for Python

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ctx : ResourceParameters ```

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ```

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
This one too

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Can we drop this method?

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Thank you!

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
This would allow for ctx to never conflict with `kwargs`. ```suggestion def __init__(self, ctx: Context, /, **kwargs): ```

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

Load more