Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke closed a pull request on posit-dev/connect-extensions
feat: `posit` SDK Assistant
Fixes https://github.com/posit-dev/connect/issues/29488 Ported and updated from https://github.com/posit-dev/posit-sdk-py/pull/375 Demo deployed to: https://connect.posit.it/sdk-assistant/ ...schloerke created a comment on a pull request on posit-dev/connect-extensions
@tdstein I've simplified the update swagger script [`ba6bb95` (#17)](https://github.com/posit-dev/connect-extensions/pull/17/commits/ba6bb959451840f9794481dc054a2e9c5a719926#diff-cab4a1936fdfaafcfb...
schloerke pushed 1 commit to sdk-assistant posit-dev/connect-extensions
- Remove unnecessary methods from swagger processing; Fix path errors. ba6bb95
schloerke pushed 4 commits to sdk-assistant posit-dev/connect-extensions
- Remove link to private demo f35a845
- Remove commented line f73fe9d
- Use `pathlib` methods over `os` Co-Authored-By: Taylor Steinberg <[email protected]> 7382a3f
- Remove unnecessary methods from swagger processing; Fix path errors. 45a1998
schloerke created a review comment on a pull request on posit-dev/connect-extensions
I'll remove it as it's at least linked in the PR and we do not have plans to allow for `connect.posit.it` apps to be public.
schloerke created a comment on an issue on rstudio/plumber
> I'd also like to use cli for error/warning/messages if you are ok with that Yes, please! Feels like it needs a tidyverse overhaul
schloerke closed an issue on rstudio/plumber
Tests run for ever on i386
Hi, Thanks for your work on plumber. On i386, plumber version 1.1.0 (latest one) tests seem to keep running forever. Eventually, they time out and exits with a failure on Debian CI. Full log ca...schloerke created a comment on an issue on rstudio/plumber
@thomasp85 This still needs a doc update given https://github.com/rstudio/plumber/issues/868#issuecomment-1819859451 answer
schloerke reopened an issue on rstudio/plumber
Documentation about deploying programmatically built plumber api on RStudio Connect
Given the following plumber.R: ``` library(plumber) #* @apiTitle Plumber Example API pr() %>% pr_get("/", function(){ "<html><h1>Programmatic Plumber!</h1></html>" }, serializ...schloerke created a comment on an issue on rstudio/plumber
Debug behavior is now disabled by default. You must opt-in to turn it on. https://github.com/rstudio/plumber/pull/976
schloerke created a comment on an issue on rstudio/plumber
I'd be up for changing when/how query args are parsed. They are such a pain having them done differently than the body or path arguments. I'd be up for always parsing query arguments to make our ...
schloerke closed an issue on rstudio/plumber
Error caught segfault
Hello, We have shown that when we stress the APIs deployed in Posit Connect, in times of stress some processes generate the following error in some of the processes that Posit Connect launches t...schloerke closed an issue on rstudio/plumber
enh: Change the default value of `debug` to a FALSE-like sentinel value
There are multiple reports of confusion around `debug` and the default error handler. * Errors are displayed locally when `interactive()` * Errors are not displayed when deployed Default `deb...schloerke pushed 1 commit to main rstudio/plumber
- bug: Update default debug behaviour to `FALSE` (#976) 2ed0ee5