Valér Orlovský
Valér Orlovský
There could also just be a special flag on the commands that normally spawn a shell, that you can set in order to _not_ spawn a shell and instead output...
@Toady00 One thing I found you can do is set `DefaultText: ""` on the flag.
For us, even for things that only run let's say 2-3 minutes, I think we would quite appreciate having the 3 features @zhl146 mentioned: _status_, _retries_ and _cancelling_. You get...
We're seeing the same issue on EKS with IPv6. Has there been any progress on this?
I've tried the fix suggested by @pm-nuance and it does get rid of the original error. (Available in this image: `ghcr.io/valorl/spark-on-k8s-operator:upstream-ipv6`) However, now it throws some (seemingly) TLS-related error. Any...
Any updates on this perhaps ? We have tried using the fork via registry. Unfortunately, the fork doesn't seem to be using the original CI (or Actions at all) from...
Same here, any indication on when to expect this in registry ? It's a significant blocker for us so would be greatly appreciated.
I've also started seeing value in avoiding nested sessions and I personally moved to https://github.com/danielfoehrKn/kubeswitch for this reason.
There seems to be a tree-sitter grammar for go templates. It might be useful here. With tree-sitter and this grammar, the template blocks can be fully parsed into an AST...
Wasn't aware of this capability of the extension as I don't use VS Code. It's better than nothing of course, I'll try that out, but I definitely agree that offline...