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 branch on posit-dev/py-shiny

chat/content-type-html - Shiny for Python

guoyang-github starred posit-dev/py-shiny
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.

View on GitHub

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...

View on GitHub

gadenbuie created a comment on an issue on posit-dev/py-shiny
Thanks Gordon. Can you share package versions, particularly `shiny`, `uvicorn` and `websockets`?

View on GitHub

gshotwell forked posit-dev/py-shiny

gshotwell/py-shiny

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...
milmin starred posit-dev/py-shiny
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...

View on GitHub

N-Hill starred posit-dev/py-shiny
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...

View on GitHub

abdullahau starred posit-dev/py-shiny
sebbie starred posit-dev/py-shiny
anjosdev starred posit-dev/py-shiny
jbfranzen starred posit-dev/py-shiny
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? ...

View on GitHub

FanXinyue191 starred posit-dev/py-shiny
gadenbuie pushed 2 commits to express/only-show-renderable-objects posit-dev/py-shiny
  • tests(brand-yml): Add tests for brand.yml (#1764) f6b92d8
  • feat(express): Automatically suppress non-renderable UI objects 145b5cc

View on GitHub

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 ...

View on GitHub

gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
  • feat(express): Automatically suppress non-renderable UI objects 6e90032

View on GitHub

gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
  • feat(express): Automatically suppress non-renderable UI objects 3f6d2d9

View on GitHub

gadenbuie pushed 1 commit to express/only-show-renderable-objects posit-dev/py-shiny
  • feat(express): Automatically suppress non-renderable UI objects 199515a

View on GitHub

karangattu deleted a branch posit-dev/py-shiny

add-brand-yml-tests

karangattu pushed 1 commit to main posit-dev/py-shiny
  • tests(brand-yml): Add tests for brand.yml (#1764) f6b92d8

View on GitHub

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

View on GitHub

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

View on GitHub

Load more