klodoma
klodoma
I am not sure since when this is happening, but I think it has something to do with the latest upgrade. If I run ``` php bin/console dtc:queue:run -d 120...
When trying to execute multiple unit-tests, I am getting the following error: Type json already exists. This happens when the second unit-test is being executed. I assume that the APP...
Output of `restic version` -------------------------- d:\>restic version restic 0.9.5 compiled with go1.12.4 on windows/amd64 /backup/bin# restic version restic 0.9.5 compiled with go1.12.4 on linux/amd64 How did you run restic exactly?...
Asking this not to waste the time of trying out a dead horse. Last release was in 2018.
Please delete all old, stalled and unused branches from the repo. Ideally the `master` branch should be enough :) Thank you! 
I have this situation that some tests are sometimes randomly failing. I noticed the same situation in the smoke-tests. I cannot figure out why this test is constantly failing, I've...
In the current situation the `html_report` contains always the latest report and the older reports are lost. I propose to add a "flag" where the `html_report` folder gets a similar...
I haven't checked the code yet, is there a simple way to generate a diff report from 2 different directories? I am having some inconsistencies in results and would like...
Changes: - update composer.json dependencies to newer packages - php >= 7.3 supported, due to dependencies - fixed Unit-tests Upon release the linked repository has to be removed from composer.json...
**Describe the bug** I have a laravel application with vuejs. I tried to install vuejs fontawesome but I don't get it working: ```shell npm i --save @fortawesome/fontawesome-svg-core npm i --save...