Rafal W.
Rafal W.
Currently blocked by #94
Related: https://github.com/FX31337/FX-BT-Scripts/issues/102
Related script (which makes FXT files read-only friendly): https://www.mql5.com/ru/code/viewcode/11686/131989/fxtfilemaker_script_ad.mq4
Could be fixed as part of FX31337/FX-BT-Scripts/issues/97, needs testing.
Could be fixed as part of FX31337/FX-BT-Scripts/issues/97, needs testing.
Related: https://github.com/EA31337/FX-Data-Convert-Action/commit/664116d313e8191be08887a592e4aa3881bad031

These errors are coming from [Xvfb](https://en.wikipedia.org/wiki/Xvfb) which may be not 100% compatible with a Docker container. You can silence them, but it won't change anything (they're still going to happen...
### `.gitpod.yml` ``` image: file: .gitpod.dockerfile tasks: - init: . ${GITPOD_REPO_ROOT}/init_tasks.sh - openMode: tab-before - command: > echo "export C9_USER='gitpod'" >> /home/gitpod/.bashrc - command: > rm ${GITPOD_REPO_ROOT}/init_tasks.sh ${GITPOD_REPO_ROOT}/.gitpod* ``` ###...
``` image: gitpod/workspace-full ports: - port: 6080 onOpen: open-preview - port: 35900 onOpen: ignore - port: 5900 onOpen: ignore - port: 8080 onOpen: open-preview github: prebuilds: pullRequestsFromForks: true tasks: -...