Toby Dylan Hocking

Results 123 issues of Toby Dylan Hocking

`animint(video="http://...")` which could show up in the gallery

https://driverjs.com/

for example this viz https://github.com/tdhock/2024-08-ift603-712/blob/main/cv-noise-samples.R takes more than 2GB in compiler. print statements in this branch reveal that the memory increases somewhere in parsePlot (in memory limited environment, we never...

source link id is always a_source_href which could be problematic if there is more than one animint on the same page. ![image](https://github.com/user-attachments/assets/040088db-fe97-4314-889e-f3217ec16d70) fix would be to either change id to...

see comments in test-shiny.R, need to convert old RSelenium test to chromote, follow-up to #126

for example https://github.com/tdhock/changepoint-data-structure/blob/master/figure-loss-small-data.R makes ![image](https://github.com/user-attachments/assets/4079a8f8-6eb8-4706-be14-7b2ea2739105)

hi @stewid I got an email from CRAN today, which says that it plans to move git2r to the Archive, if there is no update before Oct 29. Do you...

CRAN says it will no longer maintain, and so maybe we will need to change to another json io package, like jsonlite?

Text in SVG appears relatively larger in Firefox, compared with Chrome. ![Image](https://github.com/user-attachments/assets/d04a7ec0-fc65-4bb9-b0a9-09f6054d52b2) from https://tdhock.github.io/2024-09-16-K-fold-CV-train-sizes-regression/ Also the plot itself (third one) may be smaller in firefox, again probably because we are...

because tooltips are currently implemented by adding elements inside the svg element, but the JS `.text` method is removing the element and replacing with the aes(label) value. we could conceivably...