Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke pushed 1 commit to main mconflitti-pbc/mcp-server-exploration
- Split interactive file with logic methods 5ab9076
schloerke pushed 2 commits to main mconflitti-pbc/mcp-server-exploration
schloerke pushed 1 commit to main posit-dev/chatlas
- bug: Fix `.app(stream=True)` chat to use async tools (#31) d3cd50b
schloerke closed a pull request on posit-dev/chatlas
bug: Use `.stream_async()` when streaming
Additional changes: * Add `echo=` to be able to expose tool calls within the app. cc @mconflitti-pbcschloerke created a comment on an issue on posit-dev/py-shiny
For my particular use case, it could be resolved with `ui.Chat()` setting client data input `hidden` values from the JavaScript. Since `ui.Chat()` is an _output_, this value should be exposed.
schloerke created a comment on an issue on posit-dev/py-shiny
My current use case is "on modal close, wait 1 second, update chatlas user input".
schloerke opened an issue on posit-dev/py-shiny
feat: Add `reactive.delay`
Goal: I'd like to have a reactive event or calculation run after a set amount of time. I'd like for the reactive graph to not be blocked while waiting. Related to `debounce` / `throttle` issue: ht...schloerke created a review comment on a pull request on rstudio/crosstalk
I believe if the add fails, this will not try to commit and then push ```suggestion git add docs/ && git commit -m "ci(docs): Automated site build" && git push || echo "No docs/ changes...
schloerke pushed 1 commit to docs/build-docs-in-ci rstudio/crosstalk
- Trigger CI; Add trailing blank line 7939ab7
schloerke closed a pull request on rstudio/shiny-workflows
fix: Run `yarn install` if either build or test are needed
Fixes an issue with the routine workflow where currently `yarn install` is only run if `yarn build` is needed. If `yarn build` **isn't needed** but `yarn test` **is**, then testing will fail becaus...schloerke pushed 2 commits to stream_app_updates posit-dev/chatlas
schloerke pushed 1 commit to main posit-dev/chatlas
- bug: Use `repr()` for chat tool calls when exporting markdown (#30) 52088cf
schloerke closed a pull request on posit-dev/chatlas
bug: Use `repr()` for chat tool calls when exporting markdown
If we're putting the value in a python code block, then it is safe to assume the code can be run. `repr()` should return eval-able objects (which do not need an extra layer of quoting). First se...schloerke created a review comment on a pull request on posit-dev/py-shiny-site
For consistency, can we also link to pandas's website? `https://pandas.pydata.org/` or `https://pandas.pydata.org/docs/`
schloerke created a review comment on a pull request on posit-dev/py-shiny-site
(Apply same link)
schloerke created a comment on a pull request on posit-dev/chatlas
(Failing tests are addressed in #30. Will not fix here.)
schloerke opened a draft pull request on posit-dev/chatlas
bug: Use `.stream_async()` when streaming
Additional changes: * Add `echo=` to be able to expose tool calls within the app.schloerke pushed 1 commit to chat_normalize_anthropic posit-dev/py-shiny
- Add extra support for delta types in anthropic. If there's a code chunk, open it up.... but it's never closed...? c08df9c