Ecosyste.ms: Timeline

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

schloerke

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

View on GitHub

schloerke pushed 1 commit to sdk-assistant posit-dev/connect-extensions
  • Remove unnecessary methods from swagger processing; Fix path errors. ba6bb95

View on GitHub

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

View on GitHub

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.

View on GitHub

schloerke created a review on a pull request on posit-dev/connect-extensions

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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 deleted a branch rstudio/plumber

issue962-falsy-debug-default

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

View on GitHub

schloerke created a review comment on a pull request on rstudio/plumber
Thank you

View on GitHub

schloerke created a review on a pull request on rstudio/plumber

View on GitHub

schloerke created a review comment on a pull request on rstudio/plumber
Notes for me... `writexl::write_xlsx()` can not leverage the changes in #972 as write_xl is expecting a file string and does not return a raw vector here: https://github.com/ropensci/writexl/blob/7...

View on GitHub

schloerke created a review on a pull request on rstudio/plumber

View on GitHub

schloerke created a review comment on a pull request on rstudio/plumber
Verified mime types from https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types ![Screenshot 2025-01-27 at 3 26 38 PM](https://github.com/user-attachments/assets/1a10ca1a-5b61...

View on GitHub

schloerke created a review on a pull request on rstudio/plumber

View on GitHub

schloerke created a review on a pull request on rstudio/plumber
LGTM! Just missing tests for the serializer and parser Feel free to duplicate how parquet approached them: * https://github.com/rstudio/plumber/blob/f4230ed45fa67d57179a901976245687427559d2/te...

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Can the examples be done with python code blocks? ```suggestion ```python from posit.connect import Client client = Client().with_user_session_token("my-user-session-t...

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 sdk-assistant posit-dev/connect-extensions
  • Use `@reactive.event()` on chat_ui.messages ca30066
  • Remove comment 1d55940

View on GitHub

schloerke created a review comment on a pull request on posit-dev/connect-extensions
Moving to a `@reactive.event` call

View on GitHub

schloerke created a review on a pull request on posit-dev/connect-extensions

View on GitHub

schloerke created a review comment on a pull request on posit-dev/connect-extensions
They do need to be authenticated to submit the issue. But there is no authentication on visiting the "New Issue" site

View on GitHub

schloerke created a review on a pull request on posit-dev/connect-extensions

View on GitHub

Load more