jackyh

Results 27 comments of jackyh

> 访问过期,选ios 不用设置 cookie ,放cart.chlsj文件,目前最近有人跑大佬的程序抢到菜了吗? config.yaml中: device选的default (我估计意思是用pc来操作?,我不用ios,也没在android手机上试过)

> 暂时只支持ios设备,最近有点问题了,得看下fix 感谢!那个java的dingdonghelper好像不怎么更了:( go我不太熟,或许你可以给一个大致的可能原因以及修改方法,我尝试弄弄看?

另外,其他好多app都号称运力不足,类似这个程序的东西应该可以通吃吧?不如弄一个类似于相对统一的小软件,通吃一下?比如只需要修改一些参数或者方法之类的就能使用于其他app?

looks like there's quite a few there. Since there's lots of "new BytePointer" in Simple.java, which ones need me to do a close() on it? [client_10.log](https://github.com/bytedeco/javacpp-presets/files/7959367/client_10.log)

it will help to release/close by self?

> Kind of, it's like a scope in C++, see the example here: http://bytedeco.org/news/2018/07/17/bytedeco-as-distribution/ I did some test today with "PointerScope" as attached. But memory usage is still dangled, vibrated:...

> Please check the debug log like I asked you to do above [#1141 (comment)](https://github.com/bytedeco/javacpp-presets/issues/1141#issuecomment-1023895781) looks you mean even if "PointerScope" added, there still will be more leaks of pointers,...

I added "try (PointerScope scope = new PointerScope()) {" just at the beginning of the Main function, why there's still lots of "Debug: Collecting org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x0,deallocatorAddress=0x0]" in the output log file?

> BTW, how did you make sure this is happening only with Java, and not with C++? Maybe it's a problem with Triton... good point.