Rafal W.

Results 260 comments of Rafal W.

Could be compilation MTE bug (older version), since condition clearly states when _v1 and _v2 is not zero, but the exception still happens. I've compiled the same code in the...

Indicator: ``` #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Blue #property indicator_color2 Red //--- input parameters input int period = 20; // Number of bars to use for support/resistance line...

``` // Define input parameters input int loopback = 10; // Number of candles to consider input double stepIncrement = 0.0005; // Price step increment input double tolerance = 0.0002;...

Same problem: ``` $ sudo apt-get remove libnode72 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: nodejs The following...

``` Fetching the repository /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/v2.000-dev*:refs/remotes/origin/v2.000-dev* +refs/tags/v2.000-dev*:refs/tags/v2.000-dev* The process '/usr/bin/git' failed with exit code 1 Waiting 20 seconds before trying again /usr/bin/git...

The latest version which is installed by the action (`v1.2`) seems to be `g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0`. On my local I've got `g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0`. It's way behind.

Got similar error on Ubuntu 22.04: > "msg": "Failed to find handler for \"/tmp/site.tar.gz\". Make sure the required command to extract the file is installed. Command \"/usr/bin/unzip\" could not handle...

> Is it relative to project ansible-role-zsh? It is vanilla Ansible, sorry. But the issue could be related.

This issue is very confusing, as I'm using the following code in my `composer.json`: ``` { "require": { "radic/tmp-underscore-php": "dev-master" } } ``` which points to https://github.com/radic-forks/underscore-php as a source...