the-working-rene
the-working-rene
The `@time_freeze` decorator does not work, when a module name starts with `git` and the test imports from that module. Renaming the module (i.e. the folder and imports) to any...
added columns "bus" and reserverd. bus is the number of the CAN Bus as an integer, reserved is not parsed. Reference: https://www.peak-system.com/produktcd/Pdf/English/PEAK_CAN_TRC_File_Format.pdf
I'm using the DefaultErrorHandler Class to automatically show the content of otherwise uncatched exceptions. But the text area is always empty, due to the commented out line `//e.printStackTrace(writer)` in the...
Output of `restic version` -------------------------- Version of the docs https://restic.readthedocs.io/en/v0.15.1/ or currently https://restic.readthedocs.io/en/stable/ What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- The online documentation...
COPY instructions and installed package order was not consistent due to usage of pythons set() fix for #38
When generating a Dockerfile twice from the same pyproject.toml, the output may differ. A consistent output for the same input is useful especially in pipelines, e.g. to check if a...