Peter Vogel

Results 10 comments of Peter Vogel

It's a pretty standard pattern for an app to log out its config when it bootstraps itself. I don't know Jerome's use case, but mine is pretty simple, in our...

@schw4rzlicht since the pipeline has a dynamic list of commands in it, and each command has a different return type, it is not possible to correctly type the response array...

> I have two concerns about this package. > > 1. I am not sure how much memory it will be using, I am creating cache in my solution per...

Just realized I forgot about the old JS technique of `arguments` being available in functions as an array of all incoming args. So my diagnosis is clearly incorrect, yet there...

I do it just like this to store my reference: `private _redis!: Redis | Cluster;` And when I set up the redis based on the config: ``` if (this.config.startupNodes) {...

I have the same issue. In all honesty, the install instructions here seem significantly out of date with respect to the ArgoCD project's current state. In particular the ArgoCD extensions...

@tppalani I found this helpful and was able to get it working with the patch contained therein. https://github.com/argoproj-labs/rollout-extension/issues/68 @rajendar38 maybe the above should be approved and merged?

@sergeyksv we really need mongoose 4.x support. 4.x is needed to communicate with newer mongo deployments and my code needs to run in both Electron mode (ideally using something like...

Yeah, definitely adding additional data beyond traceId, was just wanting to get the trace and span into the logs as well. What I'm seeing is that the bunyan instrumentation _is_...

Hi, yeah, I figured it out a few days later. I'll see about adding a PR to the docs when I get a chance