Carson Sievert

Results 294 comments of Carson Sievert

Thanks @kshirley, I'll have to think about it. I'm swamped this week, but I'll respond next week!

Unfortunately a lot of the sizing is hard coded, so it'd be quite a bit of work to make the width dynamic. I'm not immediately sure why this doesn't work...

This problem was specific to the crosstalk component which is now fixed https://github.com/plotly/dashCrosstalkComponent/commit/5e7ae1d8dd81997031755803c4cfdd28d2eb35d5 There is, however, still an issue with the server executing a callback twice, but it seems like...

Huh, after installing that way `library(cli)` works (and same with `setwd(tempdir()); library(cli)`)

There still appears to be some issues with lazy loading, though: ```r > remotes::install_github("rstudio/htmltools", INSTALL_opts = "--no-test-load --no-byte-compile") Downloading GitHub repo rstudio/htmltools@HEAD Running `R CMD build`... * checking for file...

That appears to have fixed it, thanks! I'm running Windows 11 (via parallels on an M1 mac):

Relevant example in https://github.com/thomasp85/fiery/issues/34 where the route handler appears to be called twice

Whoops, I included the wrong screenshot, I just updated it to the correct one :)

@Marcin-Tabaka I ran into the same issue and adding `--enable-webgl` fixed it for me

Might be a PATH issue? What does `Sys.which("orca")` give you in that environment?