Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cpsievert created a review comment on a pull request on posit-dev/py-shiny
Not sure if I follow 100%, but just noting that it seems those could create a variable name like `$brand_typography_headings_line_height`, when the Sass wants `$brand_typography_headings_line-heigh...
gadenbuie created a comment on an issue on posit-dev/py-shiny
Hi @JoseBlanca, thanks for your question. Unfortunately, query parameters in shinylive aren't as easily handled as they are for normal Shiny apps. The technical reason for this is that shinylive ap...
HarrisonWismer opened an issue on posit-dev/py-shiny
Output multiple ui elements from one function call
Hi! This could be extremely obvious but I can't find anything that jumps out explicitly to me in the API reference. I have a single, computationally expensive function that does operations on a lar...JoseBlanca opened an issue on posit-dev/py-shiny
[bug]: starlette request object does not have ther query parameters in shinylive
I want to access the query parameters to configure my app UI and behavior according to them. To get the query parameters I have followed the method given in this [comment](https://github.com/posit...apalacio9502 created a comment on an issue on posit-dev/py-shiny
Hi @cpsievert @gadenbuie Is there any plan to implement this functionality? It is a very useful feature that allows applications to be more dynamic. Regards,
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
- chore: small diff reduction b17d04f
gadenbuie created a review comment on a pull request on posit-dev/py-shiny
```suggestion return mapped ```
gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Anyway, that's what I was thinking but I rewrote it to use standard Sass methods and I don't hate it. 4ddf0f51451f98529b8da4785972e587e24537ee
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
- refactor: Use `add` methods for brand Sass inclusion Removes the `_insert_sass()` method to use standard `ui.Theme()... 4ddf0f5
gadenbuie created a review comment on a pull request on posit-dev/py-shiny
I also like that you can look at the Sass file and have a sense of the pieces that are going to be added. Also string substitution isn't elegant but it's certainly easy to do in both Python and...
cpsievert created a review comment on a pull request on posit-dev/py-shiny
Any chance this could be done with `.add_defaults()` and `.add_rules()` instead of `._insert_sass()`?
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
- chore: make format 39e6390
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
- tests: Test that brand-backed themes compile without error a32be5f
gadenbuie opened a pull request on posit-dev/py-shiny
refactor: Move `ui.Theme.from_brand()` Sass code into an `.scss` file
The main goal is to move as much Sass code and logic out of Python and into a single `_brand-yml.scss` layer file, building on #1790. There's a small amount of code insertion that still needs to h...gadenbuie closed a pull request on posit-dev/py-shiny
feat(Theme): Add `.add_sass_layer_file()` method
Follows the Quarto implementation as described in https://quarto.org/docs/output-formats/html-themes-more.html#bootstrap-bootswatch-layering. See also https://rstudio.github.io/sass/reference/sass...gadenbuie pushed 1 commit to feat/theme/add-sass-layer-file posit-dev/py-shiny
- docs: Add changelog item ec79e5b