Jean-Baptiste PEREZ
Jean-Baptiste PEREZ
I also faced the problem but in my case, **I could find what was going on.** Very simple (after 1 day to find out why): My worker was trying to...
Still present in the current public version. The unique workaround I found is to zoom-out in the browser to get the missing part.
The problem started from the commit 1302d33. Until that commit, the `host` and `port` settings were used only once as **server listening address/port** to start the server. The default value...
I could fix all test failures locally (macOS), but it still remains tons of warnings (see CI/CD). I also fixed 2 CI/CD failures: - Missing magma "index.html" in `plugins/magma/dist` and...
I tried to understand the remaining event loop warnings that appear when running tests, the ones that produce _Task was destroyed but it is pending!_ or _RuntimeError: Event loop is...
While rebasing the work on the new `master`, I faced a regression introduced in commit 3ad8849 that broke some tests.
@elegantmoose, note that [this other PR](https://github.com/mitre/atomic/pull/44) completes test fixes with in the atomic plugin. Please have a look to it.
@jkppr, I pushed a PR #3226 that I regularly rebase for a review. Can you have a look?
As I had time to update the PR, I also optimized some things, like using a Python virtual environment in the Docker image. There is a lot of another improvements...
@jkppr, actually, the apparent change is not so big: Everything run into a single container with `docker compose exec` commands instead of `docker exec` ones. I paid special attention to...