laushunyu
laushunyu
https://github.com/mojocn/base64Captcha/issues/103
need review, plz @vishvananda
类似于 ``` cat log.log | curl -X POST --data-binary @- https://chaitin.paste ``` 返回一个链接 https://chaitin.paste/abcde 既可以 curl 重新展示出来,又可以在网页展示评论
it seem like that the assignee to a interface does not save it's impletation's value. so when converting to another interface, it not work? in yaegi/interp/run.go:410 v = v.Elem() 
> it seem like that the assignee to a interface does not save it's impletation's value. so when converting to another interface, it not work? > > in yaegi/interp/run.go:410 v...
another case: ``` package main import "fmt" type A struct { Fuck string Shit int } func (a A) String() string { return "String" } func (a A) GoString() string...
and ``` switch a.(type) { case fmt.GoStringer: } ``` is not working too, even if interface is in the same src package, i found that yaegi/interp/run.go:2997: ``` // match against...
The commit 25f44d6 seem like had a wrong issue referenced.
My early temporary fix is just replace `return Err(BalloonError::MalformedPayload)` to `warn!` while firecracker does not know the new tag. So I can find this warn in firecracker.log and firecracker stat...