laushunyu

Results 9 issues of laushunyu

we can use `Id=, value=""` to avoid captcha verify. e.g. ```bash curl 'https://captcha.mojotv.cn/api/verifyCaptcha' \ -H 'content-type: application/json;charset=UTF-8' \ --data-raw '{"ShowLineOptions":[],"CaptchaType":"string","Id":"zsTJGNGtesc9BCnfSxMv","VerifyValue":"","DriverAudio":{"Length":6,"Language":"zh"},"DriverString":{"Height":60,"Width":240,"ShowLineOptions":0,"NoiseCount":0,"Source":"1234567890qwertyuioplkjhgfdsazxcvbnm","Length":6,"Fonts":["wqy-microhei.ttc"],"BgColor":{"R":0,"G":0,"B":0,"A":0}},"DriverMath":{"Height":60,"Width":240,"ShowLineOptions":0,"NoiseCount":0,"Length":6,"Fonts":["wqy-microhei.ttc"],"BgColor":{"R":0,"G":0,"B":0,"A":0}},"DriverChinese":{"Height":60,"Width":320,"ShowLineOptions":0,"NoiseCount":0,"Source":"设想,你在,处理,消费者,的音,频输,出音,频可,能无,论什,么都,没有,任何,输出,或者,它可,能是,单声道,立体声,或是,环绕立,体声的,,不想要,的值","Length":2,"Fonts":["wqy-microhei.ttc"],"BgColor":{"R":125,"G":125,"B":0,"A":118}},"DriverDigit":{"Height":80,"Width":240,"Length":5,"MaxSkew":0.7,"DotCount":80}}' ```

### The following program `sample.go` triggers an unexpected result ```go package main import ( "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) const src = `package main import ( "context" "fmt" ) func main() {...

fix: #1558 test case: ``` package main import "fmt" type A struct { } func (a A) String() string { return "String" } func (a A) GoString() string { return...

### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) func main() { interpreter := interp.New(interp.Options{}) interpreter.Use(stdlib.Symbols) expected := "" fmt.Printf(expected) _,...

I want to retrieve all listening sockets, but I've noticed that SocketDiagTCP consumes a lot of memory and works slowly due to the large number of ESTABLISHED sockets on my...

resolve https://github.com/Bose/minisentinel/issues/6 too

```json { "pod": [ {"memory": {"rss": 4,"availableBytes": 12}}, {"memory": {"rss": 4}} ] } ``` out: ```go type AutoGenerated struct { Pod []Pod `json:"pod"` } type Memory struct { Rss int...

**功能描述** 在指针聚焦到评论框时,通过粘贴复制的图片来插入图片 **使用场景** 贴个图 **实现建议** 可以考虑直接增加富文本编辑框或者 markdown 支持来实现丰富的评论功能 **附加信息** 无

enhancement