S Jaffa
S Jaffa
In the [Filtering output](https://swcarpentry.github.io/shell-novice/04-pipefilter/index.html#filtering-output) section of episode "Pipes and filters" it says > We will also use the -n option to specify that the sort is numerical instead of alphanumerical...
In the jargon buster presentation, the presenter notes for the slides about a cloud system is repeated on the [slide for a cluster/supercomputer](https://github.com/carpentries-incubator/hpc-intro/blob/eacc74d572fc765b7a5076bf8708a490882ddf4d/files/jargon.html#L149) so is not correct for that slide.
# Description Your [recommended way of communicating](https://www.craylabs.org/docs/community.html#need-help) is on Stack Overflow but the `smartsim` tag does not exist and only a user with >1500 reputation can create it. # How...
In the section [Variables only change value when something is assigned to them](http://swcarpentry.github.io/python-novice-gapminder/03-types-conversion/index.html#variables-only-change-value-when-something-is-assigned-to-them) the variable names in the code and the text do not match.
At RSECon24 R dev day. Looking at https://github.com/r-devel/r-dev-day/issues/55, and https://github.com/r-devel/rdevguide/issues/118, but not sure if it fully closes either of them yet. New contributors can often get started by updating or...
Jupyter notebooks are [currently treated as "Uncommentable"](https://github.com/fsfe/reuse-tool/blob/main/src/reuse/comment.py#L679). Could the license information be added as a new Markdown cell at the top of the notebook rather than a comment or a...
https://github.com/miykael/nipype_tutorial/blob/f11c9c7b8e7a1983918f1d517ec9cf3dfcb78236/notebooks/introduction_neurodocker.ipynb#L25 This line gives an error: `Unable to find image 'kaczmarj/neurodocker:v0.4.0' locally docker: Error response from daemon: manifest for kaczmarj/neurodocker:v0.4.0 not found: manifest unknown: manifest unknown.` I think it should...
### How could the content be improved? The lesson objective mentions conditional statements "if, then, else". `then` is not a Python keyword. Should this be "if, *elif*, else"? ### Which...
https://github.com/datacarpentry/python-ecology-lesson/blob/535175e8d5e9dc94a2b75bc3f95fcd0e1aeae313/instructors/instructor-notes.md?plain=1#L28-L34 These sections of the instructor notes don't seem to match up with the episode numbers as they are, we might need to dig through the Git history to match...
I am using this VSCode extension with some MATLAB code and it flags the MATLAB functions as spelling errors. Could you add support for the MATLAB language please?