Markus Zimmermann

Results 96 comments of Markus Zimmermann

> So the problem is to know when the preloading process has finished, right? An empty request starts the preload... Could it be that this request is completed once the...

Which binary? The eval binary? I currently use an .envrc file ``` #!/bin/bash source ~/symflower/.envrc export GO111MODULE=on export PATH=$PWD/bin:$PATH ``` AFAIK @bauersimon as well. For now that is good enough...

What command/test fails for you? The `eval-dev-quality` command works for me when i remove the "symflower" binary. ![Screenshot_20240506_124805](https://github.com/symflower/eval-dev-quality/assets/1847950/39d39d8c-01bb-4e0e-930a-de29fb1cd86e) Can you show me how it fails for you?

Ah yes! So removing `symflower` binaries and then running `make test` does lead to a failure. We do not want to have the "installing" path everywhere. Concurrent access will be...

There are two parts to this issue: - [x] Doing panics instead of using os.Exit for when we want to fail hard. Because the later does not allow for good...

This has been implemented and with the container image all problems should be gone anyway.

We removed the reporting command for the public binary.

@ahumenberger @bauersimon since this happens for multiple models in the overall score, we should fix this problem before we do the v0.6.0 run. Please discuss some solutions. Maybe we should...