Behzad Khoshdouz
Behzad Khoshdouz
any answers to this? I also want to send some variables to source page, like: `var type = $(this).attr(data-id);` and send `type` as a variable to source... .
Same issue here ``` TASK [download : debug] ***************************************************************************************************************************************************************** ok: [node1] => { "msg": "Pull docker.io/library/nginx:1.23.2-alpine required is: True" } Tuesday 04 July 2023 20:17:35 +0330 (0:00:00.031) 0:05:35.258 ********** Tuesday...
the roundNumberDown function above, returns scientific notations for very small numbers like BTC Satoshi which is 1 * 10^(-8), for example it returns "1.0E-8" for "0.00000001". make sure to take...
@tahola it's the number of decimal places you want to consider based on the pair, for example for XXX-USDT, priceIncrement might be 0.001, then the decimal places ($significance) is 3....