alkur-gh
alkur-gh
https://github.com/unistack-org/micro/blob/bff40bd3179b3af4bc1decb76a45aaadf3c61b5b/logger/options.go#L32 Because of the shared slice with capacity of 6, multiple cloned loggers write fields to the same place. ### Snippet: ```go package main import ( "context" "fmt" zerolog "go.unistack.org/micro-logger-zerolog/v3"...
Fix https://github.com/argoproj/notifications-engine/issues/370
Hi. I have a problem with argocd-notifications-controller sending wrong labels from different notification to alertmanager. Could it be because of this line? https://github.com/argoproj/notifications-engine/blob/e3fe62649285afb289b2eb760e6bf8bd6819e639/pkg/services/alertmanager.go#L103 From my understanding ```n``` is a shared...
Current implementation globs over the entire root directory, but needs files only with the given prefix. Globbing over the entire root directory is very slow in case of a large...