Stephen Synchronicity

Results 48 issues of Stephen Synchronicity

Hi @kamranahmedse, This is cross-posted from [JohnCoene/cicerone#45](https://github.com/JohnCoene/cicerone/issues/45) where it's resolved in this [comment](https://github.com/JohnCoene/cicerone/issues/45#issuecomment-1161929251). Seems like an easy fix on the driver.js side but I don't know if our fix will...

https://github.com/hadley/adv-r/blob/714f95f03191f9f2a25b3195f4aeacbd294fc543/Functionals.Rmd#L971 https://github.com/hadley/adv-r/blob/714f95f03191f9f2a25b3195f4aeacbd294fc543/Functionals.Rmd#L972 https://github.com/hadley/adv-r/blob/714f95f03191f9f2a25b3195f4aeacbd294fc543/Functionals.Rmd#L973 It seems like Adv-R was last re-knitted with R 4.0 because these no longer return an answer that makes sense in the context. ![image](https://user-images.githubusercontent.com/32208821/100661075-ee01d680-3320-11eb-92b3-e5bc82b8687d.png) L#971 needs to...

https://github.com/hadley/adv-r/blob/714f95f03191f9f2a25b3195f4aeacbd294fc543/Functionals.Rmd#L786 `nm` was the variable defined with the column names so it should read: `mtcars[nm]

Hi Shiny devs, I'm still experimenting with effective use of the very useful `debounce` and accidentally applied it to an `observeEvent`. It was a relatively large app in which I...

With `drop_search` the path needs a leading slash otherwise the API returns an error. `drop_search` now uses the `add_slashes` utility function.

While I was doing #194 I noted that the API now has a V2 and that the endpoint currently in use for `drop_search` is deprecated. It seems like updating the...

- allows for all R colors (`grDevices::color`), any hex or css `rgba` color values to be used in addition to the bootstrap status palette - adds support for an HTML...

Hi RinteRface devs, I noticed that [`bs4Alert` is listed in the docs](https://rinterface.github.io/bs4Dash/reference/bs4Alert.html) but seems to have gotten deleted from the package itself? Searching the code base for `bs4Alert` only yields...

doc

`tagAssert` now accepts multiple tag types to `type`