João Pimentel Ferreira
João Pimentel Ferreira
@Sethu16 please close the issue
I agree, and I would do an extra PR for the `:percent`, in very low tasks it would be nice to have also `percent.toFixed(2)`, but then we would need another...
pm2 is intended to run as a background, so - maybe I am missing something here, please do kindly help me - why does one need a progress bar on...
just use as stated in the [docs](https://www.chartjs.org/docs/latest/charts/bar.html#example-dataset-configuration): ```js data: { datasets: [{ categoryPercentage: 0.9, data: [10, 20, 30, 40, 50, 60, 70] }] }; ```
or chartjs https://www.chartjs.org/docs/latest/charts/scatter.html
@jggj21 you just need to put the image files in any folder accessible by the app (check the object `cordova.file` by `console.log(cordova.file)` to see what you have access to. You...
@Phil-Rei do you confirm that this still works? >`http://local-ip-or-hostname/ccm/cacs_login_req.js?hfrom_handle=653862&dlid=0xe&dnid=MMj86%5fVKY3VLg%2ehgp32mL%2e5BAWEOgQI&duser=SERIALNUMBER&dpass=PASSWORDHEXENCRYPTED&dsession_req=1&dparam__x_countz_=1&dparam=1&dparam_name=spv&dparam_value=v1`
I know node well, the question is how to get that specific url.
Just for everyone to know, if they are interested, you need to use the npm module `piscina`. In this [gist][1] I explain everything. [1]: https://gist.github.com/jfoclpf/325bb925fedf50a9cf96bd00d99e2243
Tens razão @waldyrious Neste momento a remoção de outliers não está a funcionar bem. Vou fazer uns testes com outro algoritmo que encontrei, chama-se DBSCAN e é muito popular para...