Neri Marschik
Neri Marschik
To give this issue here some new life... I'd really like to use this plugin but enabling lsp-ui-mode in a go buffer makes my emacs slow to a crawl. Just...
Thanks for responding, I added more context to the text above.
Thank you for your guidance. Right now I don't have time on my schedule for it but might consider it in the near future. In that case, I'll write here...
Thanks for clearing that up!
https://github.com/bazelbuild/rules_k8s/pull/423 This one solved my use case. If the golang resolver has the same functionality then I think it's fine :)
Just wanted to say that for me this worked: ``` toolchain( name = "cpp_osx_arm64_linux_toolchain", exec_compatible_with = [ "@platforms//os:osx", "@platforms//cpu:arm64", ], target_compatible_with = [ "@platforms//os:linux", "@platforms//cpu:x86_64", ], toolchain = "@local_config_cc//:cc-compiler-darwin_arm64", toolchain_type...
Related to this, we switched to using the release binaries because building from source stopped working. We immediately ran into the next problem which is that the way the kubectl...
Let me think about it! I haven't looked at the code in a while. If you have already figured something out feel free to send a pullreq. I'd be happy...
Just had a look at it again. Totally forgot about it. `req` comes from superagent so we are just passing through what we get from it. Why would we need...
Yep :) That would be an interesting read I am sure!