Oleg Sucharevich
Oleg Sucharevich
This is a placeholder to have a detailed explanation of what it actually means in terms of 1. Conceptual changed 2. Code refactoring # Remove all `init` functions # Remove...
Thank you, @amirbenun > One major issue is that by default we always initialize the multi-region map with all the regions while in vuln-mgmt we can only use the default...
This is a nice wrapper @orestisfl, it cant ensure that a channel is closed though ```go func main() { ch := make(chan bool) close(ch) wg := sync.WaitGroup{} wg.Add(1) go func()...
Hey, is there a plan to merge this eventually? Google deprecated the [google/generative-ai-go](https://github.com/google/generative-ai-go) back in March and it will stop receive updates by the end of September.