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 master plotly/plotly.R
  • include boxmode as valid attr (#2396) * include boxmode as valid attr * Update NEWS.md with bug fix for #2476 aa619dc

View on GitHub

cpsievert closed a pull request on plotly/plotly.R
include boxmode as valid attr
Fix for #2376 and #994. Simply adds boxmode as a valid attribute option in the attrs_name_check function of utils.R. Warning no longer appears for boxmode option. Tests run without error or ...
cpsievert created a comment on a pull request on plotly/plotly.R
Yes, sorry, would you mind adding a `NEWS.md` item as well? Thanks!

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shinylive
Looks as though this commit introduced the problem https://github.com/posit-dev/py-shinylive/commit/6df837fe035969b84ab35ffa450961764b4a46e9

View on GitHub

cpsievert opened an issue on posit-dev/py-shinylive
Unable to pin python version of extra dependencies
[Here's a minimal example](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMASxlWICcyACAZwAsaJsM4APVIzhs2AHQgAzRsRjsuPFnQbMWwiABM4jCROVNWNNsQ1QKuiAAF1Wxhgr8yErZJYA3bWx...
cpsievert published a release on rstudio/shiny
shiny 1.10.0
## New features and improvements * When busy indicators are enabled (i.e., `useBusyIndicators()` is in the UI), Shiny now: * Shows the pulse indicator when dynamic UI elements are recalcula...
cpsievert created a tag on rstudio/shiny

v1.10.0 - Easy interactive web applications with R

cpsievert pushed 1 commit to main rstudio/shiny
  • v1.10.0 (#4166) * Increment version number to 1.10.0 * `yarn build` (GitHub Actions) * Sync package version (G... 79f42f5

View on GitHub

cpsievert deleted a branch rstudio/shiny

rc-v1.10.0

cpsievert closed a pull request on rstudio/shiny
v1.10.0
For #4165
cpsievert created a review on a pull request on rstudio/shiny

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shiny
Yes, tags have a `.children` attribute: ```python inp.children[1].attrs["required"] = True ```

View on GitHub

cpsievert pushed 1 commit to main posit-dev/chatlas
  • Quick and dirty article on RAG 05f246a

View on GitHub

cpsievert pushed 1 commit to main posit-dev/chatlas
  • Copy edits for prompt-design.qmd 35eb967

View on GitHub

cpsievert pushed 1 commit to rc-v1.10.0 rstudio/shiny

View on GitHub

cpsievert pushed 2 commits to main rstudio/shinycoreci
  • Accept snapshot c675e0d
  • Ignore all whitespace from text element when making comparisons in 200-flexdashboard-render-text 67f6717

View on GitHub

cpsievert deleted a branch plotly/plotly.R

add-code-of-conduct

cpsievert pushed 1 commit to master plotly/plotly.R
  • Add code of conduct (#2412) * updating year(s) in license * adding code of conduct ffae983

View on GitHub

cpsievert closed a pull request on plotly/plotly.R
Add code of conduct
cpsievert created a comment on a pull request on plotly/plotly.R
Thanks!

View on GitHub

cpsievert pushed 1 commit to busy-indicator-improvements rstudio/shiny

View on GitHub

cpsievert pushed 1 commit to busy-indicator-improvements rstudio/shiny

View on GitHub

cpsievert pushed 1 commit to busy-indicator-improvements rstudio/shiny
  • Forward visibility hidden for all recalculating widgets, not just those with a error message (otherwise spinner won't... 7904545

View on GitHub

cpsievert opened a draft pull request on rstudio/shiny
Busy indicator improvements
Closes #4169 Closes #4115 ### TODO - [ ] Why does reactable have `visibility: hidden` prior to 1st render? - [ ] Investigate `visNetworkOutput()` <details> <summary>Testing app</summary...
cpsievert pushed 2 commits to busy-indicator-improvements rstudio/shiny
  • tableOutput() now gets the spinner treatment 3b0097d
  • yarn run bundle_extras 99e1327

View on GitHub

cpsievert created a comment on an issue on ramnathv/htmlwidgets
I think this is just the way it needs to be done unfortunately

View on GitHub

cpsievert closed an issue on ramnathv/htmlwidgets
Widget HTML containers have `visibility:hidden;` when an error is rendered
Discovered via https://github.com/rstudio/shiny/issues/4115#issuecomment-2538908422 For example, note how, because of the `req()`, no spinner appears. The underlying reason is that htmlwidgets.j...
cpsievert created a comment on a pull request on ramnathv/htmlwidgets
Looking at this a bit more carefully helped realize there is an intentional difference here and the generic output binding `renderError`. In the widget case, when an error gets rendered _after_ a w...

View on GitHub

cpsievert closed a pull request on ramnathv/htmlwidgets
Remove old, problematic, and unnecessary `renderError` and `clearError` method defaults
Closes #490 By removing these defaults, when the widget is in rendered in Shiny, it will simply fallback to Shiny's OutputBinding default methods, which does a better and simpler job of renderin...
cpsievert created a comment on an issue on posit-dev/py-shiny
Is it technically possible to restyle without re-rendering the component with a clever use of `ui.tags.style()` and reactivity. [For example](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGK...

View on GitHub

Load more