Ben Krieger

Results 42 comments of Ben Krieger

I removed `mermaid.init` call which specified the two possible mermaid class names (`mermaid` and `language-mermaid`) and added rendering hook for a mermaid codeblock instead. I also rebased onto main.

Additionally: What do I need to do to properly attribute the code (which I made minor changes to) from Linux EFI stub source?

> Is this really needed? Are you sure these broken firmwares weren't fixed by now? On which machine did you see this issue? I have absolutely no idea how widespread...

> Forgot to say this earlier, but one thing of note regarding error unions and unreachable, is that the `unreachable` case isn't actually always unreachable, annoyingly enough. If I remember...

Using `export BASH_COMP_DEBUG_FILE=$HOME/kubectl.completion` and then attempting to complete `kubectl ge`, I see these logs: ``` ========= starting completion logic ========== cur is ge, words[*] is kubectl ge, #words[@] is 2,...

It seems like a pretty simple fix: ```diff diff --git a/cmd/minikube/cmd/kubectl.go b/cmd/minikube/cmd/kubectl.go index ace509340..26825b1c3 100644 --- a/cmd/minikube/cmd/kubectl.go +++ b/cmd/minikube/cmd/kubectl.go @@ -96,7 +96,7 @@ host. Please be aware that when using...

I wouldn't say I love the content matching algorithm, but this was a simple solution that looks quite nice with this theme. Add `hugomods/search`: ```bash > hugo mod get github.com/hugomods/search@latest...

OpenSSL 3.0 is not backwards compatible with OpenSSL 1.1, so this is expected behavior. As for the shared library loading error, you could relink the executable and pray that all...

> > > Hi! unfortunately, using golangci-lint 1.60.1 the problem is still there > > > > > > Maybe it's because the fix is inside golangci-lint v1.61.0 and not...

> @czechbol It seems that there some more use cases which are not handled in #1189. I would be great if you could also check the bounds. Thanks I may...