Results 78 comments of Andreas Karis

@bitoku So, I did the following, now - add this commit: ``` $ git show HEAD^^ commit 85088529f2dd6178c0659250d4d48fbbae5c3c9f Author: Andreas Karis Date: Fri Oct 3 17:15:36 2025 +0200 Fix Generator...

Thanks for the reviews so far. I'm just wondering if I addressed all of your concerns @bitoku @bartwensley , otherwise please lmk and I'm happy to make the required changes

@JoelSpeed cool I'll address those and I'll ping you once I need that human review (I so far fixed some issues with the Config resource, first), thanks!

@JoelSpeed This is ready for another AI review and/or human review. Changes: * addressed the issues that Claude flagged with some of the comments. * made changes to the Config...

I'm still going through the review progress; meanwhile, some notes: Here's my current prompt for the api-review to Claude, just to make some progress. > For the following /api-review: ignore...

O.k., I gave up on the Claude /api-review. Instead, I'm running: ``` [akaris@workstation bpfman-operator (bpfman-operator-apis-review)]$ /home/akaris/development/api/tools/_output/bin/linux/amd64/golangci-lint run --new-from-rev=master ``` I fixed all the trivial stuff so far, with the following...