Ecosyste.ms: Timeline

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

posit-dev/py-shiny

wdesaintjean created a comment on an issue on posit-dev/py-shiny
Thank you for your answer, I rewrite my code only in shiny core and its working. The problem can come from our installation on the server or from the python version used ( 3.10) I will investigate....

View on GitHub

Divansh369 starred posit-dev/py-shiny
AceofSpades5757 starred posit-dev/py-shiny
Ndifreke000 forked posit-dev/py-shiny

Ndifreke000/py-shiny

cpsievert closed an issue on posit-dev/py-shiny
Using altair with a large dataset
In order to use altair for a dataset where the number of rows exceeds 5000, one needs to enable the VegaFusion data transformer. For example, creating the following simple Shiny app: ```python imp...
cpsievert deleted a branch posit-dev/py-shiny

feat/brand-yml

cpsievert pushed 1 commit to main posit-dev/py-shiny

View on GitHub

cpsievert closed a pull request on posit-dev/py-shiny
feat(theme): Branded theming via brand_yml
## TODO - [x] Add one big kitchen-sink `_brand.yml` - [x] Add a kitchen sink example app - [ ] Add tests
cpsievert pushed 2 commits to feat/brand-yml posit-dev/py-shiny
  • example: use layout_sidebar() not page_sidebar() 339a9aa
  • example: pass brand colors along to plotting code (instead of repeating them) edbae14

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny
LGTM, once feedback is addressed, thanks!

View on GitHub

gadenbuie pushed 1 commit to feat/brand-yml posit-dev/py-shiny

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
```suggestion return cls() ```

View on GitHub

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

View on GitHub

cpsievert pushed 1 commit to feat/brand-yml posit-dev/py-shiny

View on GitHub

gadenbuie pushed 1 commit to feat/brand-yml posit-dev/py-shiny
  • chore: only import brand for type checking 9b73147

View on GitHub

gadenbuie pushed 1 commit to feat/brand-yml posit-dev/py-shiny

View on GitHub

gadenbuie pushed 2 commits to feat/brand-yml posit-dev/py-shiny
  • chore: Add changelog item 805aecd
  • chore: use released brand_yml 65ae093

View on GitHub

gadenbuie pushed 2 commits to feat/brand-yml posit-dev/py-shiny

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
This file isn't imported until `ui.Theme().from_brand()` is called

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
not directly but all the pieces work: pydantic and libsass work, as well as `__file__` in general. But I'm not including shinylive examples in the docs to avoid any problems (we can add them when I...

View on GitHub

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

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
This feels cleaner to me [theme-brand-diff.patch](https://github.com/user-attachments/files/17523843/theme-brand-diff.patch)

View on GitHub

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

View on GitHub

cddesja-fda created a comment on an issue on posit-dev/py-shiny
Thanks. If I used Shiny Core would this error not have occurred? I am using Core now, but in the app where I encountered this issue it was written in Express.

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
This could/should go under `if TYPE_CHECKING` as well

View on GitHub

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

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
```suggestion def check_is_valid_preset(preset: str) -> ShinyThemePreset: ```

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
Have we tested that this'll work with shinylive?

View on GitHub

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

View on GitHub

Load more