Ramon Rüttimann
Ramon Rüttimann
Okay I've just rebased this PR. I'm not sure what to do with the versioning scheme / releases, so I'll leave it to you to merge this PR or close...
I'm just piling another small issue on top: #52 starts making use of `JoinPath`, which I've just noticed has only been added with Go 1.19. The `go.mod` file still only...
Thanks for the quick reply! Agreed on both answers as well. One question that follows is whether we should have a "custom" Qualifiers type at all, if we could just...
hey @shibumi, quick ping in case you missed this :)
Oh sorry, I hope your recovery is going well! 🍀 Alright, I've opened #56 for this.
Just for my personal understanding, why is using the service IP in the kube proxy so wrong? And if I understood correctly, you want to make the bootstrap like coreos...
Hi everyone, I've got a few ideas of how to solve the problem... First, for the kube-client: At the moment, when you set up the kube-client tool, you have to...
Thanks for the quick help! With the help of `:GoDiag`, I was able to figure out that the key is present when opening the first file, but gone when opening...
I'm able to "reproduce" it by adding the line: ```vim let g:gopher_map = {'_nmap_prefix': '', '_imap_prefix': '' } ``` to my `~/.vim/ftplugin/go.vim` file. It works fine when using `~/.vimrc` instead....
Adding the above code snippet (with the adjusted assignment) doesn't work - it seems like the variable already exists when loading the syntax file. Nevertheless, with `let g:gopher_map._nmap_prefix = ''`...