Mario Rodriguez Villanea

Results 15 comments of Mario Rodriguez Villanea

@MarkPare , thanks for the hint, yes, I was planning to implement a similar trick. Your comment confirms this behavior is a bug in the library I think.

@erdii , thanks for investigating, I think adding awareness of expire events already fired to avoid duplicate expire callback executions will be beneficial for library users that do not want...

I tried this approach, but is failing with the following error: ``` RangeError: Maximum call stack size exceeded at write (console.js:168:9) at Console.log (console.js:200:3) at writeMessage (/dist/node_modules/llb-ocs-logger/index.js:97:17) at Object.info (/dist/node_modules/llb-ocs-logger/index.js:113:20)...

Yes, that seems to be the case On Tue, Jan 7, 2020 at 04:18 Joshy wrote: > It looks like your setAll functions does a key lookup via .has(key) >...

I did include it with a subtle difference, instead of calling cache.set() function directly, I called my setAll function that calls cache.has() first ``` function setAll(cacheType, newMapValue) { if (domainDataCache.has(cacheType))...

I tried the workaround as suggested and I can confirm is working, no more duplicate events. Thanks @erdii for your help.

When using kubernetes provider v2.6.1 and terraform v1.x.x, the error shown is the following: ``` Invalid attribute in provider configuration with provider["registry.terraform.io/hashicorp/kubernetes"], on provider.tf line 24, in provider "kubernetes": 24:...

Hi @s4shyam95 , I don't have an easy way to export a detailed report but I will provide all the detail I can. Glad to see #276 , I agree...

Hi, I just tried the cloud-sdk base image installing the `gke-gcloud-auth-plugin` plugin as indicated in https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke, however that binary `/usr/lib/google-cloud-sdk/bin/gke-gcloud-auth-plugin` is compiled with go version 1.17.5b7 that has 6 vulnerabilities:...

I just tried using alpine:3.14 and without the `sed -i 's/https/http/' /etc/apk/repositories` trick and got the same error: ``` => ERROR [6/6] RUN apk -U upgrade && apk add --no-cache...