Rafal W.
Rafal W.
``` 39 x11vnc -bg -forever -nopw -quiet -display WAIT:0 (EE) Fatal server error: (EE) Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock...
E.g. - separate image, or... - https://hub.docker.com/r/tianon/wine & https://github.com/tianon/dockerfiles/tree/master/wine - https://hub.docker.com/r/zixia/wine & https://github.com/huan/docker-wine
- File: `.github/workflows/scripts/compile.ps1` - Action: `.github/workflows/compile.yml` - Branch: `dev` Finish compile.ps1 to compile all MQL files and check for errors. Instead of Ruby, you can use PowerShell syntax. Refs: -...
- Branch: `dev-2019` - Build: [745459469](https://github.com/EA31337/EA-Tester/runs/745459469), [657046590](https://github.com/EA31337/EA-Tester/runs/657046590), [745459469](https://github.com/EA31337/EA-Tester/runs/745459469)
- [ ] Fixing scripts to support `-e` for MT5, so it can change `Expert` value in config file in the right place. - [ ] Checking backtesting data (HCC),...
We need to add GitHub workflow to check for valid Python syntax. File: `.github/workflows/lint.yml` Branch: `dev` - We can use flake8, see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions - Or this one: https://github.com/WhyNotHugo/python-linting - Or...
- Branch: `gha-install-mt5` - Build: [639582167](https://github.com/EA31337/EA-Tester/runs/639582167) - Initial work in #185. - To test build, run: `docker build --target ea-tester-with-mt5 .` - See: `Dockerfile` - To run `ScriptPrintPaths` locally using...
Steps to reproduce: 1. Run Docker container via: `docker run -it ea31337/ea-tester:dev bash` 2. In Docker container run: ``` git clone --branch feature/web-class https://github.com/EA31337/EA31337-classes.git ~/classes export EA_WHITELIST_URLS=http://example.com/ ./run_backtest.sh -s WebTest...