Pierre-Rudolf Gerlach
Pierre-Rudolf Gerlach
A lot of CVS files are deliimited by `;` instead of `,`, and some softwares don't allow exporting using `,` as a separator. This PR adds an optional `--csvDelimiter` option...
The input file is read as UTF8, and in `csv-parse` documentation is written "It is recommended to always activate this option when working with UTF-8 files." (https://csv.js.org/parse/options/bom/). This fixes the...
In the page "Learn" / "JavaScript in JSX with Curly Braces" in the last challenge, we're told to check if our fix worked by "changing the value of imageSize to...
it's easier for projects maintainers to have the licence in a standard place than to have it in a README