Leonardo Luz Almeida
Leonardo Luz Almeida
Thank you for the detailed explanation! 👏🏻 It is clear to me what you are trying to achieve now. While debugging code using DAP we have different "actors", if you...
Ok, I think I got it. I took a look [at the specification](https://microsoft.github.io/debug-adapter-protocol/specification) and the delve doc and contrary to what I said before, what actually launches the application is...
created https://github.com/leoluz/nvim-dap-go/issues/85 based on this discussion.
@cousine Hi! Not sure I understand what is the advantage of having the dlv uri and the remote path defined in runtime instead of just having a dedicated user configuration...
@h-tiwari-dev `go run` isn't a good way to debug Go code and it doesn't publish the necessary symbols. Prefer using `go build` whenever possible.
We are facing a similar issue at Intuit and we require something similar. However I don't understand the reason of adding an additional configmap for that. I implemented a similar...
@jannfis Thank you! Updated my previous message with both cons. btw.. Is `JBOCM` a thing? :D
I do have golangci-lint installed and it is part of my PATH: ```bash $golangci-lint --version golangci-lint has version 1.43.0 built from 861262b on 2021-11-02T20:54:42Z ```
The error message "unable to extract token claims" is related with the currently logged in user, in this case, the admin. The API server will try to extract the claims...
As we discussed in the Argo Contributor's meeting today, one edge case that we would need to address with this feature is: 1. The namespace is created by argo-cd while...