Iain Stenson
Iain Stenson
Gradle
Hi @pablogsal I have made some changes to address the first suggestion in Issue #11 . That is the later commit (a2e1cd2). The earlier commits do two things: 1. Switch...
> R version 4.1.2 (2021-11-01) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 10.16 Locale: en_GB.UTF-8 / en_GB.UTF-8 / en_GB.UTF-8 / C / en_GB.UTF-8 / en_GB.UTF-8 Package version: formatR_1.11.1 ##...
This is entirely optional but would be nice to put on a CI server or something... One option for testing nb-black is to have an .ipynb notebook and to run...
I ran [ESLint demo](https://eslint.org/demo) on the JS: - There are other things we could do to it if we wanted to move to the ES6 standard (e.g. use `let` or...
**Issue** If you have trailing whitespace in a Jupyter notebook cell, nb-black won't format it. For example (note the newline): a=1 I have tested it with newlines and spaces. **Fix**...
**Problem description** In the episode on defensive programming, under the "Test-Driven Development" heading, we use assert like so: assert range_overlap([ (0.0, 1.0) ]) == (0.0, 1.0) The error block below...
## Notes from 2022-10-03 ### Main points - Do any previous modules cover shell commands? I think we lost a few people in the first 2 minutes. - Some people...
Hi David I struggled to get leafcutter set up using the info on the [installation page](http://davidaknowles.github.io/leafcutter/articles/Installation.html). In particular: - it doesn't seem to work with R > v4 and installing...
Html5
Hello Hope you don't mind but I have made a couple of additions to isicp: - Using validate.py and the [W3C validator](https://validator.w3.org), I have changed the invalid xhtml into valid...
Here: https://xuanji.appspot.com/isicp/1-1-elements.html If you look at the paragraph: "Notice that and and or are special forms, not procedures, because the subexpressions are not necessarily all evaluated. Not is an ordinary...