Version 6 of the csv package for Node.js is released along its sub projects. Here are the latest versions: csv version 6.0.0, latest version was 5.5.3 csv-generate version 4.0.0, latest version was 3.4.3 csv-parse version 5.0.0, latest version was 4.16.3 csv-stringify version 6.0.0, latest version was 5.6.5 stream-transform version 4.0.0, […]
package
Nix package creation: install a not yet supported font
The Nix packages collection is large with over 60 000 packages. However, chances are that sometimes the package you need is not available. You must integrate it yourself. I needed for some fonts which were not already present inside nixpkgs. In Nix, a font is distributed as a package like […]
Modern Python part 3: run a CI pipeline & publish your package to PiPy
To propose a well-maintained and usable Python package to the open-source community or even inside your company, you are expected to accomplish a set of critical steps. First ensure that your code is unit tested. Second respect the common writing and format styles. Automate these steps and integrate them in […]