Dean Attali

Results 188 issues of Dean Attali

It'd be useful to be able to animate any HTML element based on an arbitrary CSS selector, not only IDs

Because the `height` CSS property was changing with the animation, it was causing some UI issues. The same behaviour can be achieved with `box-shadow` while keeping `height` constant. See https://github.com/daattali/shinycssloaders/issues/81

There are a few issues regarding updating the documentation around `webrick` not being available in Ruby 3, but this issue is about a different problem. If I want to support...

I'm developing a package that uses a lot of glue. In each usage I want to use `.trim = FALSE`. It's very troublesome to add `.trim = FALSE` parameter to...

documentation

In {shinyjs}, many functions try to infer whether an HTML element is a shiny input or not. This is necessary so that when a function is performed on an ID,...

This is a sub-issue of https://github.com/rstudio/rmarkdown/issues/1842 I've come across this issue many times over the years and only yesterday decided to open an issue, but [under shiny](https://github.com/rstudio/shiny/issues/3809) Here is the...

bug
next
theme: htmltools

For example, in the following app, the button's hover state is no different from the main state, which makes the button UI/UX not great. ``` library(shiny) ui

**I'm not a poweruser of {leaflet} so perhaps I'm doing something wrong rather than this being a bug.** There is a function `markerClusterOptions()` that accepts "extra options passed to underlying...

Draggable markers currently trigger an event when the drag is finished (`map_marker_dragend`), but there is no event when the dragging begins. Example to show that only a dragend event is...

If I have a page with a few different containers that are split, and I add an `onDrag` event to each one of them, there is no way to retrieve...