Ecosyste.ms: Timeline

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

posit-dev/py-shiny

cpsievert pushed 2 commits to chat-user-input-parameter posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0
  • Merge branch 'main' into chat-user-input-parameter c50293a

View on GitHub

cpsievert deleted a branch posit-dev/py-shiny

airmass-fix

cpsievert pushed 1 commit to main posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0

View on GitHub

cpsievert pushed 2 commits to airmass-fix posit-dev/py-shiny
  • Revert "Attempt to fix airmass example by pinning ipyleaflet to 0.19.1" This reverts commit 9856f6beb4737b2ed78adf05... c983d89
  • Don't initialize marker in a reactive context shinywidgets now closes the widget when the reactive context gets inva... 78ce11d

View on GitHub

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

airmass-fix - Shiny for Python

DvGils opened an issue on posit-dev/py-shiny
Style ui.chat
Hi! Currently, `ui.chat` will not accept a `style` kwarg and will throw this error: ``` SyntaxError: keyword argument repeated: style ``` It would be nice if had an easy way to style the chat int...
cpsievert pushed 1 commit to chat-user-input-parameter posit-dev/py-shiny
  • Update basic playwright test to user new input parameter a4db3cc

View on GitHub

cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
  • Remove production templates and redundant Gemini template d258ca3

View on GitHub

mdaeron created a comment on an issue on posit-dev/py-shiny
> Update: #1719 added support for `.update_data(data)` and `.update_cell_value(value, *, row, col)` for programmatic updating Do I understand correctly that this feature is one of the building blo...

View on GitHub

xijiz starred posit-dev/py-shiny
yf8578 starred posit-dev/py-shiny
choisy-root opened an issue on posit-dev/py-shiny
Add ui.input_datetime for combined date and time input
Currently, Python Shiny does not provide a dedicated ui.input_datetime function to allow users to select both date and time in a single input field. This limitation makes it necessary to rely on cu...
karangattu opened an issue on posit-dev/py-shiny
shiny.express.ui.accordion_panel() doesn’t work with insert_accordion_panel() , but shiny.ui.accordion_panel() does
When user tried to use `insert_accordion_panel()` with`shiny.express.ui.accordion_panel()`, the app throws an error - `Unhandled error: 'RecallContextManager' object has no attribute 'resolve'` ##...
choisy-root starred posit-dev/py-shiny
ialak starred posit-dev/py-shiny
cpsievert created a branch on posit-dev/py-shiny

chat-chatlas-templates - Shiny for Python

cpsievert opened a draft 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 created a branch on posit-dev/py-shiny

chat-user-input-parameter - Shiny for Python

cpsievert pushed 1 commit to chat-append-generator posit-dev/py-shiny

View on GitHub

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

chat-append-generator - Shiny for Python

gernophil created a comment on an issue on posit-dev/py-shiny
Just to come back to you: simply adding ``` Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED ``` with the sticky session config worked :). Thanks for li...

View on GitHub

gernophil created a comment on an issue on posit-dev/py-shiny
Thanks for the link. I'll try that later. I guess this is the line you are referring to: ``` Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED ``` And pr...

View on GitHub

jcheng5 created a comment on an issue on posit-dev/py-shiny
You do need the `ProxySet stickysession=` like in the last config you sent, but you also need to actually set that cookie somehow. Shiny doesn’t set any cookies, so you need to make your own. I ha...

View on GitHub

gernophil created a comment on an issue on posit-dev/py-shiny
Just found my config, since I posted it on stackoverflow :). This is it: ``` <VirtualHost *:443> <Proxy balancer://myclusterhttp> BalancerMember http://127.0.0.1:8080 BalancerMember http://...

View on GitHub

gernophil created a comment on an issue on posit-dev/py-shiny
Yes, I am. I also tried with sticky sessions, but that didn't help. Maybe I am balancing wrong somehow. I can show you my config as soon as I am back on the computer.

View on GitHub

jcheng5 created a comment on an issue on posit-dev/py-shiny
@gernophil Are you load balancing between multiple Shiny processes?

View on GitHub

gernophil created a comment on an issue on posit-dev/py-shiny
This bug is open for quite some time now and still seems untreated. I am seeing the same error when I run my app on a remote server (behind an apache2 sever). If I try to upload the first time, I ...

View on GitHub

cpsievert pushed 21 commits to chat-append-incremental posit-dev/py-shiny
  • fix(playwright): Add playwright workaround within `Accordion`'s `.expect_open()` and `.expect_panels()` (#1165) Co-a... 68a01d0
  • chore: Use narwhals >= 1.10.0 (#1742) 8a60787
  • feat(theme): Branded theming via brand_yml (#1743) Co-authored-by: Carson Sievert <[email protected]> 1808303
  • Update examples to claude-3-5-sonnet-20241022 (#1746) Co-authored-by: Carson Sievert <[email protected]> f22c28a
  • v1.2.0 release candidate dd031c4
  • Require latest quartodoc 1e9ed9c
  • Merge branch 'rc-v1.2.0' e410200
  • Start new version 415ced0
  • fix(brand): Apply monospace-inline and monospace-block font family (#1762) a35f3a8
  • fix(brand): Revert change to use hard-coded default colors in example app (#1765) 8d0f72e
  • websockets 14.0 support (#1769) Co-authored-by: Garrick Aden-Buie <[email protected]> b3725f7
  • v1.2.1 7d95565
  • Merge branch 'rc-v1.2.1' 36aa320
  • tests(brand-yml): Add tests for brand.yml (#1764) f6b92d8
  • refactor(chat): Flatten rules in chat.scss (#1779) e60dad5
  • feat(chat): Use `wrap: pre` so that "text" messages appear as-written (#1778) ba97d6d
  • `ui.Chat()` now correctly handles new `ollama.chat()` return value introduced in ollama 0.4 (#1787) 46d8ab8
  • Ignore type error in test introduced by ollama 0.4.2 (#1791) 8773714
  • feat(Theme): Add `.add_sass_layer_file()` method (#1790) Co-authored-by: Carson Sievert <[email protected]> e802cfc
  • ci: Use latest deploy-pages (#1796) 7ae7725
  • and 1 more ...

View on GitHub

cpsievert opened 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 ...
Load more