Rafal W.

Results 509 issues of Rafal W.

- https://www.mql5.com/en/docs/series/indicatorcreate - https://www.mql5.com/en/docs/constants/indicatorconstants/enum_indicator

enhancement

> unknown ticket 1142 for OrderModify function > OrderModify error 4108 Build: [1637179648](https://github.com/EA31337/Strategy-BWMFI/runs/1637179648?check_suite_focus=true).

bug
MQL4

I've run: ``` for run in repo.get_workflow_runs(): print(run) ``` but I don't see a `name` attribute in [docs page](https://pygithub.readthedocs.io/en/latest/github_objects/WorkflowRun.html). It's part of the response as per [GitHub API docs](https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository). Related:...

``` $ afsctool -c somebigfile Skipping file somebigfile with unsupportable size 6678124800 Unable to compress file. ```

As per @brkirch comment at https://github.com/Homebrew/homebrew-core/pull/20898#issuecomment-380737553: > Any fork with major changes can have a formula submitted under a different program name, and I don't mind at all if "afsctool"...

It compiles fine, but the following warnings are shown: ``` $ make [ 12%] Building C object CMakeFiles/afsctool.dir/afsctool.c.o [ 25%] Building CXX object CMakeFiles/afsctool.dir/main.cpp.o [ 37%] Building CXX object CMakeFiles/afsctool.dir/ParallelProcess.cpp.o...

I've run: ``` - role: system_users tags: - role::system_users - skip::system_users ``` however it failed on _Create UNIX groups for system users_ step due to lack of `lgroupmod` command. ```...

When run `docker_server` role using Ansible on Ubuntu 20.04.3 (focal) with [default values](https://docs.debops.org/en/stable-2.3/ansible/roles/docker_server/defaults/main.html#envvar-docker_server__dns_nameserver), it generated the following `/etc/docker/daemon.json` file: ``` $ cat /etc/docker/daemon.json { "data-root": "/var/lib/docker", "dns": [ "127.0.0.53" ],...

I'm running `system_users` role with default variables and I've got the following error: ``` TASK [debops.debops.system_users : Manage UNIX accounts for system users] ... failed: [myhost] (item={'name': 'kenorb', 'state': 'present',...

``` TASK [debops.debops.python : Install requested packages] ... fatal: FAILED! => {"attempts": 3, "changed": false, "msg": "No package matching 'python-future' is available"} ``` When ran on Ubuntu 20.04.3. How to...