djvs

Results 26 comments of djvs

Related, manual syncs should probably always do a hard refresh. There's maybe a five minute lag with default application setup even if you manually go into the UI and hit...

Hi Justin, That code has been erased to make space for alternate code, but yes, the module was installed and loaded, and AnalyticsProvider was injected into the app config block...

Issue also exists on up to date Arch Linux

So I went into the package-lock.json with vim. You have `__"dependencies` (two spaces) at the very beginning, `______"dependencies` (six spaces) for every dep, and then at the veeery end of...

:+1: Stuck investigating random hangs for the last hour with no solution to see where npm install is hanging.

On a semi-related note, is there documentation for the library as-is on github? I'm basically drowning trying to implement some calls based on the protos.d.ts right now.

https://github.com/argoproj/argo-cd/issues/8596 Came upon this (still!) trying to solve this problem. Really surprised this isn't documented. Having a public ArgoCD endpoint is not an option. Also, pretty sure application resync doesn't...

+1, either a fix of the race condition with verifyCredentials or making this return a proper promise is an absolute must for this library to be used in production.

Just my 2c, this kind of thing is typically "fork in the road" time to break off from upstream.