Vitor Falcao
Vitor Falcao
### Context When we want to switch the namespace we run [`switchNamespace`](https://github.com/ahmetb/kubectx/blob/master/cmd/kubens/switch.go#L49). This function [makes a verification](https://github.com/ahmetb/kubectx/blob/master/cmd/kubens/switch.go#L72) to check if the namespace we are switching to exists. ### Problem On...
This was mentioned on #1052 but looks like the error is back. I created [this repo](https://github.com/vitorfhc/helmfile-bug-reproduce) for reproducing the bug. Helm: `version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.6"}` Helmfile: `helmfile version v0.143.0` When...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: It improves the log messages for pods' statuses. #### Which issue(s)...
### Describe the issue The [documentation suggests](https://github.com/kubernetes/community/blob/002ec4b213ba3b00bc456dc8e2eaa1643de4bff0/contributors/devel/development.md?plain=1#L360-L364) using `GOGCFLAGS="-N -l"`. In the Makefile we have [another way to set debug mode](https://github.com/kubernetes/kubernetes/blob/299e65cdc5799b982b6af69858c14bfe41463540/build/root/Makefile#L78-L79), which is using `DBG=1`. If we check the code...
Autorize has two modes of defining the credentials for the low-privilege user: replacing headers or queries. What about both? I have an application that sends the CSRF in the header...
# Objective To test and fix the `Triangle3d` methods. ## Solution - Fixes an issue with the `Triangle3d::bounding_sphere` method, which was not translating the sphere to the largest side mid-point....
For some reason, adding the `.git` at the end breaks it on my mac (it seems to be trying to request the wrong URL). ``` fatal: unable to access 'https://github.com/xnl-h4ck3r/waymore.git/':...