Tim D. Smith
Tim D. Smith
``` * If you squint, `$` acts kind of like the `.` scope operator in C-like languages, at least for data frames. If you'd write `struct.instance_variable` in C, you'd maybe...
``` +* Deep down, everything in R is a function, though. R is pretty scheme-y and LISP-y under the hood. One can write `"+"(2, 3)` to call the `+` operator...
issue raised in #8: > Furthermore, you forget dealing with vectors in the check: ``` > if (1:3) print('yes') else print('no') [1] "yes" Warning message: In if (1:3) print("yes") else...
from cdrv: Check out what's in your search path with `search()`. Whenever you call a variable reference, R searches through these 'environments', in order from first to last.
Reusable workflows are a new feature [1] that allow a workflow to be dispatched from another workflow. Using reusable workflows involves creating a job with a `uses` key and no...
I was trying to rename the `my-document-name_files` folder that rmarkdown::render places in my output_dir when I render with the html_document format. I expected setting lib_dir to `"media"` to place all...
Some questions: * Is this a good place to put the fuzzer targets and build scripts? * It's nice to have a place to manually put reproducers for discovered bugs,...
Integrate the fuzzing targets and configuration into the libgd repository as proposed at https://github.com/google/oss-fuzz/pull/1109 and https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md. I anticipate being able to do this work and thought this ticket could be...
When handling potentially hostile user input, it would be helpful if libgd provided an API to constrain the size of the maximum potential memory allocation to substantially less than INT_MAX...
The packages described in setup_requires were not required to run setup.py.