Jeffrey Goldberg
Jeffrey Goldberg
Should this also detect `log.Fatalf()`?
Thank you for this and for your other Pull Requests. They are very much appreciated and will be reviewed. I am just slow.
Doing it as described will take some additional logic, as the separator function is called separately for each separation. That is the separator for any two chunks is called independently...
> Good thing we already have a mechanism for this. :) Generate a 3-char password with required symbols and required digits, nothing "allowed". At the moment, the separator function is...
After looking at the code, I see that there is a messy way to fix it (with lots of logic) or the quick way to fix it, which to not...
Is there any work-around? (My first attempt at using nbpublish led me to this issue.)
Ah. The work-around was described above, and is in this commit: https://github.com/daha96/ipypublish/commit/e3c9421dcfee61f278037c1e4022736cdfb01323
Just an update. 1. I hadn't seen the advice to work from 486-feature-docs before I started. I will try merging that into my branch, to help avoid conflicts. 2. The...
My branch is at https://github.com/jpgoldberg/opendp/tree/489-clippy-tidy by the way. But no need to look at it. I'm just putting it here for reference.
Just confirming the same problem (and work-around) for macOS 12.1 (Monterey with Apple Silicon) and R 4.1.1 ``` > R.Version()$version.string [1] "R version 4.1.1 (2021-08-10)" > R.Version()$platform [1] "aarch64-apple-darwin20" ```...