How to remove a line from a text file based on the line number with sed.
more ...How to remove a line from a text file based on the line number with sed.
more ...The idea of EditorConfig is to have a file called .editorconfig in your project repository, so that the editors and IDEs of the participating developers can automatically adjust to it.
There is also a mode for Emacs / Spacemacs, which can be integrated quite easily in the following steps:
How to spin up a local SMTP server for testing purposes.
more ...First thoughts on using node2nix to mange a development environment which contains a mix of Python and Node dependencies. In this step I describe my use case and the first impressions of node2nix.
I am using the node based dependencies to build the frontend assets …
The package collection nixpkgs has a nice way to configure and tweak the package set based on the configuration file ~/.nixpkgs/config.nix.
Changing something in pythonPackages was not so obvious to me though. In my case I used dulwich on Darwin. It was pulled in as a dependency of …
more ...Around forms and APIs the problem of validating input data and serializing application data into simple data structures occurs on a regular base to me. marshmallow is a Python library which aims to solve this problem and appears to be pretty flexible.
I have evaluated it recently as a candidate …
more ...Sometimes I want to install a Python dependency into my working environment just to try out something quickly, and decide afterwards if I want to keep it or not. This is a case where a good old run of pip install would do just fine.
When …
Overview and insights into how development environments for Python can be reliably managed based on the Nix package manager.
more ...Hello Restructured Text!
The nice thing here is that this is the default and it just works.
As stated in Hello Markdown World, I have a slight preference for RST since I find it nicer to read in source form.
Reality is …