Ecosyste.ms: Timeline

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

posit-dev/py-shiny

charlenopires starred posit-dev/py-shiny
jeffbryner created a comment on an issue on posit-dev/py-shiny
Should render.plot be duplicated like that in https://github.com/posit-dev/py-shiny/issues/1103#issuecomment-1923961972? ``` @module.server def plot_server(input, output, session, plot_id): @...

View on GitHub

jeffbryner created a comment on an issue on posit-dev/py-shiny
I'm having the same issue and don't see how modules would help? Here's the sample from the comment above https://github.com/posit-dev/py-shiny/issues/1618#issuecomment-2314448255 and the modules...

View on GitHub

jcheng5 deleted a branch posit-dev/py-shiny

chat-append-incremental

jcheng5 pushed 1 commit to main posit-dev/py-shiny

View on GitHub

jcheng5 closed a pull request on posit-dev/py-shiny
Chat append incremental
Currently when streaming with the Shiny for Python `ui.Chat()` component, the entire accumulated content string gets sent on every chunk. This is because `@transform_assistant_response` allows you ...
jcheng5 created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert pushed 6 commits to chat-append-generator posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0
  • feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter (#1801) 70acf34
  • ci: Update actions/upload-pages-artifact to v3 (#1807) a5de33a
  • Update chat templates and examples (#1806) de9636e
  • Update changelog 1bc1cd2
  • Merge branch 'main' into chat-append-generator 1d062be

View on GitHub

cpsievert pushed 1 commit to main posit-dev/py-shiny

View on GitHub

cpsievert deleted a branch posit-dev/py-shiny

chat-chatlas-templates

cpsievert closed an issue on posit-dev/py-shiny
Move `examples/chat/hello-world` into `shiny/templates`
> I think we could move `examples/chat/hello-world` to `shiny/templates` as well... _Originally posted by @cpsievert in https://github.com/posit-dev/py-shiny/pull/1669#pullrequestreview-22836786...
cpsievert closed an issue on posit-dev/py-shiny
More breadcrumbs between examples and templates
I was looking for the example OpenAI chat app and couldn't find it. https://github.com/posit-dev/py-shiny/blob/main/examples/chat/playground/app.py#L6 even says it should be there. Looking at git h...
cpsievert pushed 1 commit to main posit-dev/py-shiny
  • Update chat templates and examples (#1806) de9636e

View on GitHub

cpsievert closed a pull request on posit-dev/py-shiny
Update chat templates and examples
Now we pretty generally recommend using [chatlas](https://github.com/posit-dev/chatlas/) to get started with LLM response generation Closes #1682 Closes https://github.com/posit-dev/py-shiny/is...
cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
  • Consistently type the submit callback d7f8a14

View on GitHub

cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
  • Chat should fill the sidebar aefe95c

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shiny
`ui.chat` doesn't exist -- `ui.chat_ui()` does and allows for a `style` parameter. Looks like you've supplied 2 of them?

View on GitHub

cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny

View on GitHub

cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
  • Give examples a facelift f8bf234
  • Migrate chat examples (that are worth keeping) to templates; and give them a facelift f68ca3f
  • Bugfix 2495be6

View on GitHub

schloerke deleted a branch posit-dev/py-shiny

schloerke-patch-2

schloerke pushed 1 commit to main posit-dev/py-shiny
  • ci: Update actions/upload-pages-artifact to v3 (#1807) a5de33a

View on GitHub

schloerke closed a pull request on posit-dev/py-shiny
ci: Update actions/upload-pages-artifact to v3
schloerke opened a pull request on posit-dev/py-shiny
ci: Update actions/upload-pages-artifact to v3
schloerke created a branch on posit-dev/py-shiny

schloerke-patch-2 - Shiny for Python

cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
  • feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter (#1801) 70acf34
  • Update Chat templates and examples to use chatlas efd388c
  • Remove production templates and redundant Gemini template 4a934a2

View on GitHub

cpsievert deleted a branch posit-dev/py-shiny

chat-user-input-parameter

cpsievert pushed 1 commit to main posit-dev/py-shiny
  • feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter (#1801) 70acf34

View on GitHub

cpsievert closed a pull request on posit-dev/py-shiny
feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter
This way you can get the user input directly from the submit callback rather than the `chat.user_input()` method ```python from chatlas import ChatAnthropic from shiny.express import ui cha...
cpsievert opened a pull request on posit-dev/py-shiny
Update chat templates and examples
Now we pretty generally recommend using [chatlas](https://github.com/posit-dev/chatlas/) to get started with LLM response generation ### TODO - [ ] Make a pass through examples
cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0
  • Update Chat templates and examples to use chatlas 6ef19fb
  • Remove production templates and redundant Gemini template 6fc4e97

View on GitHub

Load more