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 content_item_docs posit-dev/posit-sdk-py
- fix: Update with_user_session_token method to be more robust and allow local development (#376) Minor refactor of th... 250e9a2
- chore: bump required connect verions for with_user_session_token() to 2025.01.0 (#378) PR to bump required version i... d66eb13
- chore: added more docs/examples to with_user_session_token (#379) Added a couple more examples to make it clearer to... e605767
- Merge branch 'main' into content_item_docs 6879e3d
schloerke created a comment on a pull request on rstudio/plumber
Instead of altering just the docs, should we adjust how `pr$handle()` and `pr$mount()` will prepend the path portion of https://github.com/rstudio/plumber/blob/5980d1e2ebab3a63c058813931cd0e16e6690...
schloerke created a review comment on a pull request on rstudio/plumber
I believe this still needs to be there as the docs will want to be mounted again on a followup run.
schloerke closed an issue on rstudio/plumber
add serializer and parser for excel
See https://github.com/rstudio/plumber/issues/959#issuecomment-2610472529schloerke pushed 1 commit to main rstudio/plumber
- feat: add `excel` serializer/parser (#975) e1a30b0
schloerke closed a pull request on rstudio/plumber
add excel serializer/parser
Fixes #973 Fixes #959 PR task list: - [x] Update NEWS - [x] Add tests - [x] Update documentation with `devtools::document()`schloerke pushed 1 commit to add/973-excel-formats r2evans/plumber
- Add missing docs for `sheet` a390614
schloerke pushed 1 commit to add/973-excel-formats r2evans/plumber
- Update tests/testthat/test-parse-body.R ea7b433
schloerke created a review comment on a pull request on rstudio/plumber
```suggestion # convert from tibble to data.frame ```
schloerke closed an issue on rstudio/plumber
Improved documentation for `forward()`
https://github.com/rstudio/plumber/blob/06e46f3ff5119e5f1cb8af29ef49aecb3cbb932a/R/plumber-step.R#L3 The documentation for `forward()` is rather slim. Upon reading the function documentation it ...schloerke closed a pull request on rstudio/plumber
improve forward docs a bit
Fix #831 While we may have reservations about `forward()` it is an integral part of the current API. This PR adds a bit to the docs about where and how to use itschloerke created a comment on an issue on rstudio/shinycoreci
> If they were in subfolders, both of the above would work Happy to do add subfolder by "year/month". So the first example file above would go into the `2023/06` sub sub folder.
schloerke closed an issue on rstudio/plumber
Brittle windows based test
From https://cloud.r-project.org//web/checks/check_results_plumber.html ``` Version: 1.0.0 Check: tests Result: ERROR Running 'testthat.R' Running the tests in 'tests/testthat.R' f...schloerke closed an issue on rstudio/plumber
Plumber wrapper
Hi trestletech. You might be interested in a package I've just put together to try and synthesize plumber and dplyr.. https://github.com/geotheory/quickplumb <img width="1017" alt="image" src...schloerke created a comment on an issue on rstudio/plumber
Work around provided above. Marking as not-completed as plumber did not change it's code.
schloerke closed an issue on rstudio/plumber
Automated Swagger docs for programmatic routes
I've changed my implementation from annotated routes to programatically defined one (see https://github.com/r-lib/debugme/issues/30). Can I somehow manually provide the (parameters) information ...schloerke pushed 1 commit to main posit-dev/connect-extensions
- feat: `posit` SDK Assistant (#17) 4662abe