garfeng
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 
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]...