Thomas Prelot

Results 4 comments of Thomas Prelot

Yes, I use `forBunyan`. Of course, it is a solution if you do not want an evolution. I do not see a way to get rid of that circular reference...

Seems to me it is a non overridable behaviour of gcloud. Do you succeed in doing this without serverless ?

I use that code to handle IPv4 and IPv6. Maybe I missed something but it seems much faster. ``` javascript var worker_index = function(ip, len) { return Number('0' + s.replace(/[abcdef:.]/g,...

The env variable `NX_LOAD_DOT_ENV_FILES` should be functional since version 19.0.4 : https://github.com/nrwl/nx/releases/tag/19.0.4 Thank you @xiongemi !