Thomas Wells
Thomas Wells
If I create a `DT::datatable()` using a data.frame that has a column with class `fs::bytes` (such as those generated by `fs::dir_info()`), everything works as expected. But if I additionally add...
I've been trying to get my home lab configured using Ansible, which I'm closely modeling after your wonderful infrastructure repo. I've been able to teach myself Ansible over the past...
The results of a second execution of `dir_copy()` when `overwrite = F` are not as I expected. I expected an error message, but instead it copied the source directory into...
Is the `qs` format susceptible to the same type of deserialization attack underlying the recent RDS CVE? References: - https://support.posit.co/hc/en-us/articles/23170092899607-CVE-2024-27322-R-bitrary-Code-Execution - https://www.kb.cert.org/vuls/id/238194 - https://hiddenlayer.com/research/r-bitrary-code-execution/
**Context**: I'd like to use your compiled `.wasm` and `.js` files offline as part of an `R` package. [1] **Issue**: I can't seem to figure out how to interact with...