Ecosyste.ms: Timeline

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

schloerke

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I missed the switch from `.session` to `.client`. 👍

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
Resolved with all other similarly shaped imports

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/system-cache-runtime posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
It doesn't need the full url?

View on GitHub

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

View on GitHub

schloerke pushed 2 commits to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Return None when using `dry_run=True` 38c45cc
  • Reorganize integration test. Remove all caches at end 2210622

View on GitHub

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

View on GitHub

schloerke created a comment on a pull request on posit-dev/posit-sdk-py
- [ ] Dry run should return `None`

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Only assert cache size on >= 2024.05.0 369d752

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Only test caches length when connect versions >= 2023.05.0 6f5c3e3

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Can we replace it with the pyright ignore command? `# pyright: ignore[RULE]` (And if it's only parameter specific, can we put it on an isolated line only? Thank you!)

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Should this class inherit from `Sequence[T]` and we replace the `Any` types below with `T`? This might replace the need for a `_GetItem` class : https://github.com/posit-dev/posit-sdk-py/pull/35...

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
Is it possible to suffix the class names with `P` to help visually declare that it's a protocol class? ```suggestion class _PackagesP(Sized, Protocol): ``` (Much easier to perform with "ren...

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Is it possible to put this into a generic helper class? ```python class _GetItem(Sized, Generic[T], Protocol): @overload def __getitem__(self, index: SupportsIndex) -> T: ... @...

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion def __getitem__(self, index: slice) -> list[_ContentPackage]: ... ```

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion $(UV) run pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | \ ```

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
So much deletion. This is awesome!

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Same applies to `.update()`, `.create()`, and `.find_by()` below

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I'm ok with keeping the `.update()` as is. I'd like to make a followup PR to revert Task.update and `ContentItemRepository.update`

View on GitHub

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

View on GitHub

schloerke deleted a branch rstudio/shiny-workflows

schloerke-patch-1

schloerke pushed 1 commit to main rstudio/shiny-workflows
  • ci: Use cache GHA restore/save for PhantomJS (#40) affe3d0

View on GitHub

schloerke closed a pull request on rstudio/shiny-workflows
ci: Use cache GHA restore/save for PhantomJS
Original 2x warnings per job ``` Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/...
Load more