Leonardo Luz Almeida

Results 82 comments of Leonardo Luz Almeida

I was having a TLS error (invalid cipher suite specified) during deployment and I had to apply this patch (https://github.com/argoproj/argo-cd/pull/17569) on top of Argo CD 2.10.9 to make it work....

I wanted to clarify @crenshaw-dev comment above a bit more. There is recent security related work done in CMP sidecar that detaches its file system from the one used by...

@HariSekhon can you please confirm the ArgoCD version you are running? Thank you.

Hi @YogiPristiawan, This project is mainly a Go extension for the nvim-dap plugin. I am not sure what is the intention with custom adapter. Which use cases are you willing...

It seems that this is the problem: https://github.com/leoluz/nvim-dap-go/blob/36abe1d320cb61bfdf094d4e0fe815ef58f2302a/lua/dap-go-ts.lua#L137C27-L137C59 I didn't initially found a filename modifier to work with symlinks: https://neovim.io/doc/user/cmdline.html#filename-modifiers Maybe consider using real files instead of symlinks?

@YogiPristiawan do you mind finding this info and updating the doc? As this is a breaking change, updating the doc is necessary so users are aware that a specific Neovim...

> Unfortunately, I haven't found a way to have the nvim dap client perform any path substitutions. @nnarayen I am also unaware of such configuration. Have you tried asking in...

@nnarayen can you please try the suggestion provided by @ryutah and confirm that it is working for you. Maybe we can improve the docs describing it for users with the...

> Does the lag here means lag while editing the file, or the initial lag while opening the file? @lucario387 I clarified in the issue description.. It was while editing...

> My belief was that it would create a namespace each time it encountered a resource destined for a namespace which does not exist. The reality is that it just...