Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cpsievert

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

View on GitHub

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 pushed 1 commit to orphaned-comm posit-dev/py-shinywidgets

View on GitHub

cpsievert pushed 0 commits to main posit-dev/py-shinywidgets

View on GitHub

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
  • Update README.md (#175) 62489d8
  • Remove widget container after plotly widget view gets destroyed (#178) a315cc7
  • Add an orphaned comm object after closing the widget so that model_id can still be accessed on the widget object feba2e4

View on GitHub

cpsievert deleted a branch posit-dev/py-shinywidgets

plotly-cleanup-view-fix

cpsievert pushed 1 commit to plotly-cleanup-view-fix posit-dev/py-shinywidgets
  • Bump version; update changelog 396da5a

View on GitHub

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...

View on GitHub

cpsievert created a review on a pull request on rstudio/shiny

View on GitHub

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)?

View on GitHub

cpsievert created a review on a pull request on rstudio/bslib

View on GitHub

cpsievert deleted a branch rstudio/shiny

busy-indicator-improvements

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

View on GitHub

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

View on GitHub

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

View on GitHub

cpsievert created a review comment on a pull request on rstudio/shiny
This will require some downstream changes, but it feels like, if `checkValidity()` is gonna support a `Text` type, then so should `.bindAll()`, etc. ```suggestion type BindScope = HTMLElement ...

View on GitHub

cpsievert created a review on a pull request on rstudio/shiny

View on GitHub

cpsievert created a comment on an issue on posit-dev/chatlas
Could you be more specific? Are you referring to the "Tool UI" example?

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shinywidgets
As a general rule: if you can get the widget to render inside of a Jupyter notebook, it should also work with shinywidgets. Have you been able to get it working in a notebook? Taking a wild guess f...

View on GitHub

cpsievert created a comment on an issue on posit-dev/chatlas
Yea; although chatlas would still handle the tool execution on your behalf, and so in your case, I think it could be as simple as: ```python async def handle_tool_request(request: ContentToolReque...

View on GitHub

cpsievert created a review on a pull request on posit-dev/shinylive

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/shinylive
```suggestion * with Quarto parameter comments and have the format "#| ", "# | " or "##| " ```

View on GitHub

cpsievert created a review on a pull request on posit-dev/shinylive

View on GitHub

Load more