Paul Laffitte
Paul Laffitte
1. It is part of my point actually. It seems that when `proxy.ServeHTTP` fails (called from `p.proxyRegistry`) headers from `c.Writer.Header()` are reset, or maybe even never set. Only when `proxy.ServeHTTP`...
Yeah, obviously there is something that needs to be fixed.. On my side I don't think I can do much more, so tell me if you find anything interesting!
Hello, thank you for your submission. Do you use any resource limits or requests on the pod `observability-solution-usage-28579039-h6hfd`? Do you use any mutating webhook / controller that could have injected...
Thanks, since craneoperator is not maintained anymore, we will replace it with another UI.
Indeed, I didn't even realize that ! 😅 I use it in the command line as well as in lazygit: ```yaml git: branchLogCmd: git-foresta --date-order {{branchName}} allBranchesLogCmd: git-foresta-with-stashes --all --date-order...
I found how to do, either set `git.log.showWholeGraph: true` or `Log menu -> Show git graph` (`` in the commits window by default). But I still wonder why the commits...
Hello, Does the error mention anything about the reason why it cannot pull the image ? (authentication failed, image not found, other...) You can also check if the image has...
Thanks for you submission, indeed we miss some details about this in our documentation. However it is a bit dirty to do it that way, most of the time [you...
I have the same issue ```bash $ nvim --version NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377 system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim" Run :checkhealth for more info ```...
Sorry for the inconvenience, I just made a PR to fix the issue, hoping to merge it soon. I went for the solution a) as the solution b) would theoretically...