João Pimentel Ferreira
João Pimentel Ferreira
Obrigado, terminam já no Sábado :) Um abraço
> * precisava do icon da app em 1024x1024 para gerar e configurar o resto dos ícones se tiveres. Olá @worm69 está aqui já na repo: [`/main/res/icon/universal/1024.png`](https://github.com/jfoclpf/in-my-district/blob/main/res/icon/universal/1024.png) 1 abraço
> If you are using same app in different port for load balancing then there is better option use PM2 with cluster mode, it will handle everything for you In...
That's what I do right now, but I see that [some people on the web](https://codeforgeek.com/load-balancing-nodejs-servers-nginx/) use different approaches, using also NGINX load balancing, for example, PM2 in cluster mode, but...
PM2 Cluster mode will run in different ports because you have `increment_var : 'PORT'`
No problem :) I must confess I just found that odd feature very recently also
@Qix- I see the problem and thank you guys for the reply, but how come is the intended behaviour? Why simply not ``` if (typeof args[0] === "string"){ args[0] +=...
You can very well use the [arguments](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments) array ```js if (arguments.length > 1 && typeof arguments[0] === "string"){ arguments[0] += " %O"; } ``` what do you think @chagris ?
I can confirm that this is a bug, I'm having the same problem (v1.5.0). Did you happen to solve the problem @TheTibar ? For the maintainers @danzel and @mourner ,...
any plans for merging this into turf into a new module `@turf/distance-to-polygon` ?