Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cpsievert pushed 2 commits to chat-user-input-parameter posit-dev/py-shiny
cpsievert pushed 2 commits to airmass-fix posit-dev/py-shiny
cpsievert opened a pull request on posit-dev/py-shiny
Attempt to fix airmass example by pinning ipyleaflet to 0.19.1
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
cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
- Remove production templates and redundant Gemini template d258ca3
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...
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'` ##...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...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...
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...
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...
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://...
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.
jcheng5 created a comment on an issue on posit-dev/py-shiny
@gernophil Are you load balancing between multiple Shiny processes?
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 ...
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 ...