Pico Geyer
Pico Geyer
I'm using mach-nix to bundle 2 python applications with a common library. ``` let mylib = mach-nix.buildPythonPackage { requirements = builtins.readFile ./requirements.txt; pname = "my_lib"; src = ./. }; in...
1.3.1.c
Exercise 1.c of section 1.3 says: Analyze the logical forms of the following statements: c) x and y are natural numbers, and **exactly one** of them is prime My emphasis...
Currently dependencies from dev and other optional poetry groups are included in poetry audit output and there does not seem to be a way to remove them. I discovered this...