Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cmfield created a comment on an issue on posit-dev/py-shiny
This works, I suppose I can format them to look like the column headers - thanks.
cmfield closed an issue on posit-dev/py-shiny
Row names for render.data_frame
I don't think it's currently possible to show row names (or the index column names in pandas terms). If there's a way to do it, please let me know, otherwise I guess this is a feature request!gshotwell created a comment on an issue on posit-dev/py-shiny
It's a brand new installation so it should be the latest versions of everything ``` anyio==4.6.2.post1 appdirs==1.4.4 asgiref==3.8.1 asttokens==2.4.1 click==8.1.7 comm==0.2.2 contourpy==1.3.1 cycl...
gadenbuie created a comment on an issue on posit-dev/py-shiny
Thanks Gordon. Can you share package versions, particularly `shiny`, `uvicorn` and `websockets`?
gshotwell opened an issue on posit-dev/py-shiny
Shiny Express app hangs on Connect
I ran into a very strange bug, which might be either a Shiny or Connect bug. When I deploy the basid dashboard template to our Connect server using both Core and Express the Express app takes about...GiorgioMiglia created a comment on an issue on posit-dev/py-shiny
You could simply add them as the first column of the dataframe. For pandas: ```python df.reset_index() ``` [Shinylive example](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAY...
jeffbryner created a comment on an issue on posit-dev/py-shiny
Thanks for the suggestion. Tried it as: ``` parser = StrOutputParser() runnable = prompt | llm | parser ``` and I get the same sort of unparsed results: ![Image](https://github.com/user-attach...
kovla created a comment on an issue on posit-dev/py-shiny
I suspect that your `StrOutputParser ` needs to be initialized first: ´´´python # Initialize the output parser output_parser = StrOutputParser() runnable = prompt | llm | output_parser ´´´ no? ...
gadenbuie pushed 2 commits to express/only-show-renderable-objects posit-dev/py-shiny
gadenbuie created a comment on an issue on posit-dev/py-shiny
@wch With a small change (see #1773), we could simply not accumulate objects that aren't strings, simple scalars, or things that are convertible to renderable objects. It would make the example in ...
gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
- feat(express): Automatically suppress non-renderable UI objects 6e90032
gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
- feat(express): Automatically suppress non-renderable UI objects 3f6d2d9
gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
- feat(express): Automatically suppress non-renderable UI objects 199515a
karangattu pushed 1 commit to main posit-dev/py-shiny
- tests(brand-yml): Add tests for brand.yml (#1764) f6b92d8
karangattu closed a pull request on posit-dev/py-shiny
tests(brand-yml): Add tests for brand.yml
This PR adds playwright tests that check for colors and font-families for multiple elements in the brand.yml example app. This test will run on Chromium, Safari and Firefox for every commit.gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
- feat(express): Automatically suppress non-renderable UI objects b0813de
gadenbuie opened a draft pull request on posit-dev/py-shiny
feat(express): Automatically suppress non-renderable UI objects
gadenbuie created a branch on posit-dev/py-shiny
express/only-show-renderable-objects - Shiny for Python
karangattu pushed 1 commit to add-brand-yml-tests posit-dev/py-shiny
- remove the trailing comma a385eb4