Paul Holzinger
Paul Holzinger
> I don't think that's the case? I don't think I've come across another CLI that treats spaces after a hyphen as flags nor ignores spaces after a hyphen and...
Its not fixed and it is a podman issue. Netavark has no knowledge of the current search domains. We just return dns.podman as we use that for aardvark-dns but it...
Support is a relative term, we dropped support for our CI env as running both runtimes was significant work we no longer wanted to do. That said podman should still...
Are you modifying the SubscriptionSet after you called Subscribe() on it? Subscribe() spawns a gorouting which will read from the set (map) so adding new things afterwards is no longer...
> only after you know it's ready (how???) do you then kill off the other one? Like I mentioned there is no way, each Subscribe() leaks one goroutine. so yeah...
> Code here is directly generated from gemini CLI, I don't think we need to maintain it manually. Necessary secret needed are added to repo other secrets are not needed...
just dropping this here https://www.aikido.dev/blog/promptpwnd-github-actions-ai-agents I am not claiming I understand enough about this workflows but these kind of attacks is what I would be worried about.
Well to be honest such prompts make me even more nervous, LLM are not know for their correct following of instructions. If that is the security boundary then I am...
There is https://github.com/apps/gemini-code-assist which is used in other containers repos, but AFAIK that only does code reviews on PRs. Not issues or anything else.
Looks like something in the fedora CI tests broke, we need to look into that. Otherwise I guess it would also be nice to add a CI test to make...