Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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....
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 pushed 1 commit to main posit-dev/py-shiny
- feat(theme): Branded theming via brand_yml (#1743) Co-authored-by: Carson Sievert <[email protected]> 1808303
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 testscpsievert pushed 2 commits to feat/brand-yml posit-dev/py-shiny
cpsievert created a review on a pull request on posit-dev/py-shiny
LGTM, once feedback is addressed, thanks!
gadenbuie pushed 1 commit to feat/brand-yml posit-dev/py-shiny
- Update _theme_brand.py Co-authored-by: Carson Sievert <[email protected]> 51dc33b
cpsievert created a review comment on a pull request on posit-dev/py-shiny
```suggestion return cls() ```
gadenbuie pushed 1 commit to feat/brand-yml posit-dev/py-shiny
- chore: only import brand for type checking 9b73147