Ecosyste.ms: Timeline

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

posit-dev/py-shiny

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Summarized in https://github.com/posit-dev/py-shiny/issues/1837

View on GitHub

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

View on GitHub

gadenbuie opened an issue on posit-dev/py-shiny
MarkdownSteam syntax consistency between Core and Express – class or Shiny Module?
In #1782 we added `MarkdownStream` with an instance method for creating UI in Shiny Express (`md.ui()`) and a functional method in Core (`ui.output_markdown_stream()`). [Carson and I discussed this...
cpsievert pushed 1 commit to main posit-dev/py-shiny
  • Add `ui.MarkdownStream` (#1782) a781305

View on GitHub

cpsievert closed a pull request on posit-dev/py-shiny
Add `ui.MarkdownStream`
This PR extracts the streaming markdown capabilities of `ui.Chat()` into another component: `ui.MarkdownStream()`. See the new files for example usage: * `shiny/api-examples/MarkdownStream/app-e...
cpsievert created a comment on a pull request on posit-dev/py-shiny
Merging so this available to others at work week. Will file issues to handle remaining feedback

View on GitHub

cpsievert pushed 1 commit to markdown-stream-component posit-dev/py-shiny

View on GitHub

schloerke pushed 2 commits to add-issue-template posit-dev/py-shiny
  • bug: Fix narwhals test covering new `NestedType` (#1836) 184a9eb
  • Merge branch 'main' into add-issue-template b23eb04

View on GitHub

schloerke pushed 1 commit to main posit-dev/py-shiny
  • bug: Fix narwhals test covering new `NestedType` (#1836) 184a9eb

View on GitHub

schloerke deleted a branch posit-dev/py-shiny

narwhals_nested_type

schloerke closed a pull request on posit-dev/py-shiny
bug: Fix narwhals test covering new `NestedType`
* Generalize to allow for ending with `*Type`
schloerke pushed 44 commits to bump_versions posit-dev/py-shiny
  • chore(docs): Update dev install instructions (#1721) da0ce2e
  • feat(data frame): Add `.update_cell()` and `.update_data()` (#1719) 94aa528
  • docs: use upcoming quartodoc description-list option (#1727) Co-authored-by: Michael Chow <[email protected]> 81a4192
  • Add narwals integration cmd (#1729) Co-authored-by: Barret Schloerke <[email protected]> 3f120ea
  • bug(ci): Split narwhals integration command into two commands (#1731) bd0ea5c
  • ci(narwhals): Add type, format, and lint tests for narwhals (#1733) 63daf3a
  • bug(download): Properly namespace output_id for render.download in modules (#1732) e88bec4
  • chore: Cosmetic code changes (#1734) c1949dd
  • tests(dataframe): Add additional backends to test dataframe compatibility (#1723) 023de32
  • Add `messages` parameter to `chat_ui()` and `Chat.ui()`; revert #1593 (#1736) d0354b9
  • Follow up to #1736: correct markup generation for user role messages (#1737) f0cc575
  • 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
  • and 24 more ...

View on GitHub

schloerke pushed 1 commit to narwhals_nested_type posit-dev/py-shiny
  • Update tests/pytest/test_render_data_frame_tbl_data.py b6258b4

View on GitHub

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

View on GitHub

karangattu created a review comment on a pull request on posit-dev/py-shiny
Remove dupes

View on GitHub

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

View on GitHub

schloerke opened a draft pull request on posit-dev/py-shiny
bug: Fix narwhals test covering new `NestedType`
* Generalize to allow for ending with `*Type`
schloerke created a branch on posit-dev/py-shiny

narwhals_nested_type - Shiny for Python

karangattu opened a draft pull request on posit-dev/py-shiny
chore: Add issue template
This pull request introduces new issue templates for bug reports, documentation issues, and feature requests to improve the process of reporting and managing issues in the Shiny for Python project....
kramerrs opened an issue on posit-dev/py-shiny
Large cookie
I am using Shiny for Python in a ShinyProxy framework. Once the user is authenticated it tries to form the web socket connection with Shiny for Python. I have a number of different users that are...
kramerrs created a comment on an issue on posit-dev/py-shiny
This is an interesting feature. I am also trying to add inputs into the chat. Ideally, I would like to get user feedback on the quality of prompts and or allow for striking/rolling back a chat on...

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
> It does make me wonder though -- should we change `chat_ui()` to `output_chat()` (for similar reasons)? I'd say the difference here is that Markdown Stream is unidirectional: it's only server ...

View on GitHub

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

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
I've been thinking about this while traveling and my opinion distills down to thinking that we should do whatever we can to make sure that the Core and Express usage and implementation are as unifi...

View on GitHub

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

View on GitHub

paperscissors starred posit-dev/py-shiny
ymgw55 starred posit-dev/py-shiny
cpsievert created a review comment on a pull request on posit-dev/py-shiny
Ok, that's fair, done in [a99b3a5](https://github.com/posit-dev/py-shiny/pull/1782/commits/a99b3a5bc4a0cdbc403a897f4de08de8473a90be). It does make me wonder though -- should we change `chat_ui()...

View on GitHub

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

View on GitHub

cpsievert pushed 1 commit to markdown-stream-component posit-dev/py-shiny

View on GitHub

Load more