Ecosyste.ms: Timeline

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

posit-dev/py-shiny

simon-smart88 opened an issue on posit-dev/py-shiny
Improve static content documentation
Currently the only information about how to serve static content is in https://shinylive.io/py/examples/#static-content which is overly complex and not the place I would expect to look. I was tryin...
mihail911 starred posit-dev/py-shiny
StarDustEins starred posit-dev/py-shiny
stan-levend starred posit-dev/py-shiny
cpsievert created a comment on a pull request on posit-dev/py-shiny
Good to know. As a heads up, we're soon going to promote [chatlas](https://github.com/cpsievert/chatlas) as the way to manage the conversation state (and generate responses) instead of `chat.messag...

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
This change to `can_normalize_chunk()` looks good. If we want to also support this feature for the non-streaming case, we'll want to also update `can_normalize()` to know about `PromptCachingBet...

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert created a comment on a pull request on posit-dev/py-shiny
Here's a minimal example derived https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching ```python from anthropic import AsyncAnthropic from app_utils import load_dotenv from sh...

View on GitHub

cpsievert created a comment on a pull request on posit-dev/py-shiny
Thanks, just curious, did you have to implement a new strategy, or is #1755 enough to accomplish what you need?

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

bdore starred posit-dev/py-shiny
schloerke created a branch on posit-dev/py-shiny

schloerke-patch-1 - Shiny for Python

cainesap created a comment on an issue on posit-dev/py-shiny
Update: can ignore most of the above as i've found workarounds / solutions. Except for the request for improved documentation please @ https://docs.posit.co/shinyapps.io/guide/getting_started/#work...

View on GitHub

quadratecode starred posit-dev/py-shiny
cainesap opened an issue on posit-dev/py-shiny
problems with deploying a py-shiny app to shinyapps.io
Hello, I'm having some issues in deploying a Shiny for Python app (which works ok locally) to shinyapps.io, which I'll list here: * I think it may relate to installation of dependencies. I hadn't ...
Deathn0t starred posit-dev/py-shiny
rocapp starred posit-dev/py-shiny
coatless opened an issue on posit-dev/py-shiny
Versioned Reference Documentation and/or notes on what version of `shiny` certain methods appear
It would be great to have a versioned specific reference section or notes on when a function was added. For example, Shiny for R includes a static site serving documentation by version: https://...
softwareentrepreneer starred posit-dev/py-shiny
wch opened a pull request on posit-dev/py-shiny
Add support for Anthropic prompt caching
This change adds support for Anthopic's beta prompt caching feature.
wch pushed 1 commit to anthropic-caching posit-dev/py-shiny
  • Add support for Anthropic prompt caching c5f9551

View on GitHub

wch created a branch on posit-dev/py-shiny

anthropic-caching - Shiny for Python

wch created a branch on posit-dev/py-shiny

chat-normalize-message - Shiny for Python

coatless opened an issue on posit-dev/py-shiny
Missing wheel for libsass in Shiny for Python's Pyodide distribution
[ui.Theme](https://shiny.posit.co/py/api/core/ui.Theme.html)'s dependency on `libsass` is problematic for the Shiny for Python environment, c.f. ```sh ImportError: The 'libsass' package is require...
brehor starred posit-dev/py-shiny
schoulten opened an issue on posit-dev/py-shiny
Updating choices does not preserve selected values in input_checkbox_group()
I've noticed some unusual behavior in `input_checkbox_group()`: When I define a reactive effect to update the checkbox choices, the choices are updated in the UI as expected, but the new pre-selec...
Heiaha starred posit-dev/py-shiny
thohan88 starred posit-dev/py-shiny
Robson-Passos starred posit-dev/py-shiny
Load more