wuwenbin

Results 5 issues of 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...

I want to add some internal executors

question

when i enter

### Describe the bug ![Image](https://github.com/user-attachments/assets/65089c34-11f8-4d69-a74f-f137b09e1efa) ### Steps to reproduce rt ### The version of Memos you're using v0.24.4 ### Screenshots or additional context _No response_

bug

### 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,...