wuwenbin
wuwenbin
Fatal error: Declaration of Prometheus\CollectorRegistry::registerGauge(string $namespace, string $name, string $help, $labels = Array): Prometheus\Gauge must be compatible with Prometheus\RegistryInterface::registerGauge(string $namespace, string $name, string $help, array $labels = Array): Prometheus\Gauge in...
when i enter
### Describe the bug  ### Steps to reproduce rt ### The version of Memos you're using v0.24.4 ### Screenshots or additional context _No response_
### The following program `sample.go` triggers an unexpected result ```go package main import ( "context" "fmt" "log" "time" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) func main() { i := interp.New(interp.Options{}) i.Use(stdlib.Symbols) i.Use(interp.Symbols) ctx,...