Luis Michael Ibarra

Results 3 comments of Luis Michael Ibarra

Having a similar issue using an OIDC system with plugin version 0.15. ``` //tried exporting KUBECONFIG and the following: kubectl buildkit --kubeconfig ~/.kube/config create Error: no Auth Provider found for...

@steve-todorov ``` kill steam sudo apt install libtcmalloc-minimal4 cd ${CS_GO_PATH}/bin/linux64 mv libtcmalloc_minimal.so.0 libtcmalloc_minimal.so.0- mv libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4- sudo ln /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.0 -s ``` This worked for me. ``` ldd csgo_linux64 linux-vdso.so.1...

yes, and `home-manager` loads the configuration `luafile $HOME/nix-files/config/nvim/plugins/go-nvim.lua` as many other lua configurations that I have. ``` ❯ cat config/nvim/plugins/go-nvim.lua require 'go'.setup({}) ``` @ray-x , yes. I tested it with...