Jonas Hungershausen
Jonas Hungershausen
For anyone stumbling across this, you can manually download the `zls` binary, and add it to Zed's config: ```bash # download the binary from https://github.com/zigtools/zls/releases/tag/0.13.0 (or whatever is the latest...
As per https://github.com/kubernetes-sigs/kubebuilder/issues/3721#issuecomment-1883126875, this change only updates the usages in the `golang/v4` part and the `docs/` files (which were generated this way). Let me know, if the other files should...
@camilamacedo86 thanks for the detailed write-up. I started debugging the e2e failure, and will provide the fix in the coming days. I think I got an idea, on what's going...
I figured out why the e2e tests are failing: the `admission.CustomDefaulter/CustomValidator` interfaces work by passing in the `runtime.Object` as a parameter, instead of using the struct itself (like `webhook.Defaulter`). This,...
>I am not sure if I could follow up but if we need to scaffold res := obj.(*CronJob) //
@camilamacedo86 sorry for the delays on my side. I've revisited all open conversations and pushed fixes for the remaining issues. The e2e tests are failing, because the new `CustomDefaulter` and...
Could you post a screenshot of the configuration dialog of the VK provider in your project from https://console.ory.sh/projects/current/social-signin? Thank you!
Additional context: Use API flows, to implement the above. See the JSON error returned on the OIDC callback (this should be a redirect to the error UI instead, even for...
Hi, would love to provide a PR for this, if it's not yet taken. Looking at your comment @camilamacedo86 and the code base, it seems like a pretty straight forward...
The fix is to use the `name` as the `id` on the corresponding input as well.