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 comment on an issue on posit-dev/py-shiny
I've fixed this upstream but need to port the fix to Shiny for Python

View on GitHub

gadenbuie reopened an issue on posit-dev/py-shiny
ui.modal_remove fails unless fade is set to False
In the documentation example of `ui.modal_remove`, actually trying to use it fails (the modal is never removed), unless `fade` is set to `False`. ![image](https://github.com/posit-dev/py-shiny/a...
gadenbuie closed an issue on posit-dev/py-shiny
ui.modal_remove fails unless fade is set to False
In the documentation example of `ui.modal_remove`, actually trying to use it fails (the modal is never removed), unless `fade` is set to `False`. ![image](https://github.com/posit-dev/py-shiny/a...
gadenbuie opened a pull request on posit-dev/py-shiny
chore: Update Sass from bslib
https://github.com/rstudio/bslib/compare/7ff88a1e2a88fc7c6289059dd247ce88512f8231..b54bfb5de82f76bc044c4c661995af3a63e7ab29 This PR brings in Sass changes that were made in bslib as part of #1792....
gadenbuie created a branch on posit-dev/py-shiny

chore/update-bslib-2024-12-31 - Shiny for Python

gadenbuie deleted a branch posit-dev/py-shiny

refactor/theme/from-brand

gadenbuie pushed 1 commit to main posit-dev/py-shiny
  • refactor: Move `ui.Theme.from_brand()` Sass code into an `.scss` file (#1792) 41b8797

View on GitHub

gadenbuie closed 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 created a comment on a pull request on posit-dev/py-shiny
I figured out a clean way to solve this in Shiny directly. https://github.com/rstudio/shiny/pull/4173

View on GitHub

gadenbuie pushed 1 commit to fix/1318-docs-modal-remove-fade posit-dev/py-shiny

View on GitHub

gadenbuie created a branch on posit-dev/py-shiny

fix/1318-docs-modal-remove-fade - Shiny for Python

Asi9128 starred posit-dev/py-shiny
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
  • fix: remove unused import 24cbfda

View on GitHub

gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
  • chore: remove unmapped brand sass var check This isn't used anymore, we now create brand sass vars for everything 6eaf926

View on GitHub

gadenbuie created a comment on an issue on posit-dev/py-shiny
@frozenoffical can you please open a new issue with a complete reproducible example? We haven't heard from the original post author in a while, so I'm going to close this issue.

View on GitHub

gadenbuie closed an issue on posit-dev/py-shiny
How to download files using web links and render.download func?
Hello, i have a ui.download_button: ` ui.download_button('download', 'Download', class_="btn-success")` And i have a function which read the string of ui.input_text, such as "Hong Kong", then t...
frozenoffical created a comment on an issue on posit-dev/py-shiny
my code downloads files from a direct download link ... when i run it on pc ... but when i deployed it on render free web instance it dont download it ... how to fix

View on GitHub

Pierre-Bartet created a comment on an issue on posit-dev/py-shiny
Indeed, the [example in the documentation](https://shiny.posit.co/py/api/core/ui.modal_remove.html) doesn't remove the modal when the model run fast. Surprisingly now when `fade=False` it works eve...

View on GitHub

gadenbuie created a comment on an issue on posit-dev/py-shiny
I think the issue still exists. Try the app linked in https://github.com/posit-dev/py-shiny/issues/1318#issuecomment-2085437403 with `run_model(delay=0)` on line 33.

View on GitHub

Pierre-Bartet created a comment on an issue on posit-dev/py-shiny
It seems that the problem is not there anymore (1.2.1), does it mean it is fixed now?

View on GitHub

alinacherkas starred posit-dev/py-shiny
jeffbryner created a comment on an issue on posit-dev/py-shiny
Is the idea behind .load() to allow pulling messages from something like a database storing a chat session?

View on GitHub

ChadGoymer starred posit-dev/py-shiny
georgestagg created a comment on an issue on posit-dev/py-shiny
Pyodide wheels are now being built for Polars and are available at https://github.com/pola-rs/polars/releases/tag/py-1.18.0.

View on GitHub

ucyang starred posit-dev/py-shiny
NikeNut starred posit-dev/py-shiny
DvGils created a comment on an issue on posit-dev/py-shiny
Thank you for your reply. As it turns out, I am an idiot.

View on GitHub

DvGils closed an issue on posit-dev/py-shiny
Style ui.chat
Hi! Currently, `ui.chat` will not accept a `style` kwarg and will throw this error: ``` SyntaxError: keyword argument repeated: style ``` It would be nice if had an easy way to style the chat int...
Load more