Medya Ghazizadeh
Medya Ghazizadeh
if I have two stack logs, I would like Slow jam to generate a Diff UI so the UI would show HEAD and a PR , either Side by Side...
PS C:\Windows\system32> go get github.com/google/slowjam/cmd/slowjam ``` # github.com/google/slowjam/pkg/stackparse C:\Users\medya\go\src\github.com\google\slowjam\pkg\stackparse\stackparse.go:35:11: undefined: stack.Context C:\Users\medya\go\src\github.com\google\slowjam\pkg\stackparse\stackparse.go:65:16: undefined: stack.ParseDump C:\Users\medya\go\src\github.com\google\slowjam\pkg\stackparse\timeline.go:248:11: c.Func.PkgName undefined (type stack.Func has no field or method PkgName) C:\Users\medya\go\src\github.com\google\slowjam\pkg\stackparse\timeline.go:252:22: cannot call non-function c.Func.IsExported...
I would like slowjam's timeline example to spit out a json, in which has function name and the duration. that way we can sort the json by top lengthy funcs.
is there a way to add an example to the most common usage of firewall ? Purge all other rules and only whitelist an ip range for a specific port?
Hello I would like to enable Google Cloud Build CI on minikube repo, I created an issue here https://github.com/kubernetes/org/issues/2716 but I was directed to this repo. I hope I am...
### What Happened? the katakoda on Kubernetes website is using a very old minikube and it needs to be updated. if anyone can give a hand in finding out how...
### What Happened? as seen in this github action run on Mac Os minikube choce vbox because it was only option but it also warns the user not to use...
### What Happened? Docker Desktop try "Use contrainerd for pulling and storing images" with containerd and Force minikube to NOT set preload to false and make minikube to DO USE...
hello metallb I am minikube maintainer and I do love metallb ! and our users love it too, however recently we noticed the addon was broken in minikube https://github.com/kubernetes/minikube/issues/16053 because...
hello ! after the https://github.com/Mirantis/cri-dockerd/issues/163 I thought maybe we could add a github action to cri-dockerd repo to install minikube with Cri-docker from head and do some basic testing with...