Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...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...
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...
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...
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?
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...
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 ...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://...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