garfeng

Results 5 issues of garfeng

May resource tracker be useful for auto GC ? Like opencvSharp. ## Description When use `Mat.Region()`, `FindContours()`, `GetStructingElement()` ...... and many other functions, Close() is required, otherwise it will cause...

I want to translate some other projects: * https://github.com/AravisProject/aravis * https://github.com/opencv/opencv

I get the error: ``` c2go.exe hello.c 2022/04/11 09:54:54 compileFunc: unknown kind = GNUInlineAttr ``` Environment: Windows 11, msys2

bug

没登录时,能显示评论框,但不能评论. 登录后,评论框变成了一组 json ![image](https://user-images.githubusercontent.com/19792314/182298123-a53ee08f-9d9e-4e1b-bb04-f2f1bcdc528f.png)

扯淡

The go code is: ``` go type Obj struct { Name string } func (o *Obj) RunInPtr() { fmt.Printf("[%s] run in ptr\r\n", o.Name) } func (o Obj) RunInElem() { fmt.Printf("[%s]...