Jean-Louis Fuchs
Jean-Louis Fuchs
In the distro I use we should run "make check" in package build. These checks are usually some kind of smoke test: a simple integration test that proves that the...
In document merge service I used ``` RUN poetry config virtualenvs.create false \ && poetry install $([ "$ENV" = "dev" ] || echo "--no-dev") --no-interaction --no-ansi ``` to install into...
I have a customer that needs cookie support in his FOSS WebDAV-client. It is a long stack and on the bottom is neon. I wonder on what layer I should...
I am new to embedded, I hope it is ok to ask here, I have so much information and I can't figure out how it all relates. I am hoping...
I switched to toml, because I had an issue with the nestedness of the config and because I wanted to get rid of C-extensions in pyaptly. I did not find...
This has already been merged in #98 and reverted in #103. I decided to only merge this, once I am sure the whole AI thing pans out.
Rotated snapshots are not needed and could be cleaned up. Repositories (e.g. Ubuntu) include all packages so a cleanup of snapshots wouldn't really help as the newest snapshot would still...
Since the code is now moved to modules. I think I can switch to some more standard development mode. This is now the big chunk that moves, everything to the...