Rafal W.

Results 253 comments of Rafal W.

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

![image](https://user-images.githubusercontent.com/266306/84150311-982b3080-aa59-11ea-83be-36c2823ce5a1.png)

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: -...