qy
qy
  ```go func Green(s string) string { return fmt.Sprintf("%c[%dm%s%c[0m", 0x1B, 32, s, 0x1B) } ```
env:  generate swagger by : bee run -gendoc=true -downdoc=true err:  the Options is a type: interface{} PS: the code run on windows is ok
**Describe the bug** reconciler application will create many cm with name[workflow-{application.name}-context-{random(5)}], because cm[workflow-{application.name}-context] no owner **To Reproduce** component: webservice --> **Expected behavior** **Screenshots** **KubeVela Version** kubevela: 1.7.3 **Cluster information** k8s:...
### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" "github.com/traefik/yaegi/stdlib/syscall" "github.com/traefik/yaegi/stdlib/unrestricted" "github.com/traefik/yaegi/stdlib/unsafe" "path" "reflect" "strings" ) func main() { i := interp.New(interp.Options{...