Carson Sievert
Carson Sievert
I'm doing a slightly more sophisticated regular expression now. See [here](https://github.com/cpsievert/bbscrapeR/blob/master/R/scrape.R#L171). I don't think it would pick up a name like `Mbah a Moute`, but could you check if it...
Can you recreate the error outside of shiny? ```r library(plotly) g
Might make sense to implement this when #878 happens
Are you reading/saving the plotly objects from/to disk?
Yes, they were likely saved with an old version of crosstalk. Try saving them again with the new version
I think you might be able to use `reticulate::py_run_string()` to run that python code just before calling `save_image()` (similar to the (now obsolete) workaround in https://github.com/plotly/plotly.R/issues/2179)
Wow, incredible work, thank you! I'm going to add some nit-picky comments, but overall this is looking great
I wouldn't consider this a blocking issue, and I'm not sure if this is sensible to address here, but just throwing it out there that it'd be awesome if this...
Awesome work, thank you!
Thanks! Will you also add a `NEWS.md` item?