Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cpsievert pushed 1 commit to main posit-dev/py-shinywidgets
- Allow for the `model_id` property to still be accessed after the widget is closed (#179) 8925380
cpsievert closed a pull request on posit-dev/py-shinywidgets
Allow for the `model_id` property to still be accessed after the widget is closed
This problem was first discovered via https://github.com/posit-dev/py-shinywidgets/issues/174 Here is a small reprex of the problem. ```python from ipyleaflet import Map, Marker from shiny ...cpsievert opened a pull request on posit-dev/py-shinywidgets
Allow for the `model_id` attribute to still be accessed after the widget is closed
This problem was first discovered via https://github.com/posit-dev/py-shinywidgets/issues/174 Here is a small reprex of the problem. ```python from ipyleaflet import Map, Marker from shiny ...cpsievert pushed 3 commits to orphaned-comm posit-dev/py-shinywidgets
cpsievert pushed 1 commit to plotly-cleanup-view-fix posit-dev/py-shinywidgets
- Bump version; update changelog 396da5a
cpsievert opened a pull request on posit-dev/py-shinywidgets
Remove widget container after plotly widget view gets destroyed
Follow up to #169. Discovered via https://discord.com/channels/1109483223987277844/1115318728301740112/threads/1331842445071220737 Here's a more minimal reprex of the problem. Note that, to s...cpsievert created a branch on posit-dev/py-shinywidgets
plotly-cleanup-view-fix - Render ipywidgets inside a PyShiny app
cpsievert created a branch on posit-dev/py-shinywidgets
orphaned-comm - Render ipywidgets inside a PyShiny app
cpsievert created a review comment on a pull request on rstudio/shiny
> The `el.innerHTML || el.textContent` in this code seems like a likely source I don't think that's right. It's the type of `el` (i.e., the first argument to `renderContentAsync()`) that's the p...
cpsievert created a review comment on a pull request on rstudio/bslib
@gadenbuie couldn't we just change `inverse` to `theme` in the 1st bullet point (since `navbar_options()` is a new addition in this release)?
cpsievert closed an issue on rstudio/shiny
Inconsistent behavior of busy indicators for different outputs: `tableOutput()`, `reactableOutput()`, `textOutput()`
### System details Output of `sessionInfo()`: ``` R version 4.4.1 (2024-06-14 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows 10 x64 (build 19044) Matrix products: default...cpsievert pushed 1 commit to main rstudio/shiny
- Busy indicator improvements (#4172) * Make sure spinner is visible when htmlwidget errors are visible * Give reca... d764ea9
cpsievert closed an issue on rstudio/shiny
`tableOutput()` doesn't receive progress indicator
As reported in #4115, `tableOutput()` doesn't receive progress indicators because it applies the `shiny-html-output` (it's essentially a `uiOutput()` call). ```r library(shiny) ui <- fluidPage( ...cpsievert closed a pull request on rstudio/shiny
Busy indicator improvements
Closes #4169 Closes #4115 This PR makes the following improvements to `useBusyIndicators()`: * Shows a spinner on recalculating htmlwidgets that have previously rendered an error (including ...cpsievert created a comment on an issue on posit-dev/chatlas
I don't know for sure, but seems it'd be possible with the proposal above
cpsievert pushed 6 commits to busy-indicator-improvements rstudio/shiny
- v1.10.0 (#4166) * Increment version number to 1.10.0 * `yarn build` (GitHub Actions) * Sync package version (G... 79f42f5
- fix: Schedule `.modal("hide")` for transitioning modals (#4173) * fix: Schedule modal removal for transitioning moda... 13ca8df
- ci: update for 2025 (#4178) * ci: update for 2025 * chore: RStudio --> Posit --------- Co-authored-by: gadenbuie <... 0952f3e
- Replace crayon by cli + address some TODOs to add some color (#4170) * Replace crayon by cli + address some TODOs to... 7642fc8
- Various test lints (#4171) Co-authored-by: Garrick Aden-Buie <[email protected]> 8ad779f
- Merge branch 'main' into busy-indicator-improvements 983c5d5