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 review on a pull request on posit-dev/py-shiny

View on GitHub

karangattu created a review comment on a pull request on posit-dev/py-shiny
We could, I had to add ids to some elements so the controller can use them in the tests. If you are fine with adding those ids in the example app, we can do that.

View on GitHub

karangattu 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
Can we re-use the example in `examples/brand` instead of copying it into the tests?

View on GitHub

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

View on GitHub

ernestoarbitrio starred posit-dev/py-shiny
gadenbuie opened a pull request on posit-dev/py-shiny
fix(brand): Revert change to use hard-coded default colors in example app
Reverts [`edbae14` in #1743](https://github.com/posit-dev/py-shiny/pull/1743/commits/edbae14b1b16a60136efa77c06f8425688c7bc26). The color values were hardcoded to allow flipping between branded and...
tjohns94 starred posit-dev/py-shiny
karangattu pushed 1 commit to add-brand-yml-tests posit-dev/py-shiny
  • add brand file to pyright ignore list 8479e15

View on GitHub

karangattu opened 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.
karangattu created a branch on posit-dev/py-shiny

add-brand-yml-tests - Shiny for Python

schoulten created a comment on an issue on posit-dev/py-shiny
Oh, now I see, thanks a lot!

View on GitHub

gadenbuie deleted a branch posit-dev/py-shiny

fix/1761-theme-brand-monospace-font-family

gadenbuie closed an issue on posit-dev/py-shiny
Brand.yml doesn't follow the overriding font families in monospace-block and monospace-inline
If I have a Shiny for Python App with the brand.yml contents as the following: <details> <summary>Brand.yml</summary> ```yml meta: name: full: "Retro Arcade Brand" short: "RetroArc" ...
gadenbuie pushed 1 commit to main posit-dev/py-shiny
  • fix(brand): Apply monospace-inline and monospace-block font family (#1762) a35f3a8

View on GitHub

vfilter starred posit-dev/py-shiny
jiyang-chu starred posit-dev/py-shiny
dreamtori opened an issue on posit-dev/py-shiny
Issue with Progress Bar Not Updating When reload = FALSE in shiny.run_app()
Hello, The progress UI provided by Shiny works correctly when reload = TRUE in the shiny.run_app() function. However, when reload = FALSE, the progress bar either doesn't update properly or doesn't...
cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

gadenbuie pushed 1 commit to fix/1761-theme-brand-monospace-font-family posit-dev/py-shiny

View on GitHub

gadenbuie opened a draft pull request on posit-dev/py-shiny
fix(brand): Apply monospace-inline and monospace-block font family
Fixes #1761 I mapped the `typography.monospace-inline.family` and `typography.monospace-block.family` values to Sass variables (`font-family-monospace-inline` and `font-family-monospace-block`, us...
gadenbuie created a comment on an issue on posit-dev/py-shiny
Great catch, thanks @karangattu. Will be fixed shortly.

View on GitHub

karangattu opened an issue on posit-dev/py-shiny
Brand.yml doesn't follow the overriding font families in monospace-block and monospace-inline
If I have a Shiny for Python App with the brand.yml contents as the following: <details> <summary>Brand.yml</summary> ```yml meta: name: full: "Retro Arcade Brand" short: "RetroArc" ...
gadenbuie created a comment on an issue on posit-dev/py-shiny
No worries! shinylive issues are very hard to place, I don't mind moving them or having duplicates that might provide links that help other find their way to the right place. But you're probably ri...

View on GitHub

coatless created a comment on an issue on posit-dev/py-shiny
Ugh, sorry for the duplicate ticket. In the future, just put anything wasm related under shinylive?

View on GitHub

gadenbuie created a comment on an issue on posit-dev/py-shiny
Thanks @coatless, we're tracking in posit-dev/shinylive#160. The following workaround still works but as you noted we need to bring the wheel into the shinylive Python bundle. ```txt # requirement...

View on GitHub

MathieuLaksh starred posit-dev/py-shiny
simon-smart88 closed an issue on posit-dev/py-shiny
Improve static content documentation
Currently the only information about how to serve static content is in https://shinylive.io/py/examples/#static-content which is overly complex and not the place I would expect to look. I was tryin...
simon-smart88 created a comment on an issue on posit-dev/py-shiny
Ok now I see it is in https://shiny.posit.co/py/docs/ui-customize.html and this is the wrong repo anyway, so I'll close this

View on GitHub

simon-smart88 created a comment on an issue on posit-dev/py-shiny
There were a lot of errors in your implementation. Here's a functional example, however I am uncertain whether it will achieve what you intend if you upload a very large file as this only deals wit...

View on GitHub

Load more