BigGoose

Results 9 comments of BigGoose

补丁生成失败了,可以反编译补丁文件看下,修改后的方法空了

严格说是gradle plugin 3.4.0开始就有问题了,因为3.4.0默认开了R8,可以在gradle.properties里面关掉android.enableR8 = false,关掉后编译会慢一点

我提交了一个修复,等待官方合入。遇到这个问题的可以把gradle版本降到3.5.0以下临时解决。

> * VkDebugUtilsMessengerCreateInfoEXT Yeah, I used VkDebugUtilsMessengerCreateInfoEXT. I think this occurs not only when capturing with "start at beginning", but I'll also confirm that later.

> Thanks for reporting this -- quick questions: > > * Does this only occur when capturing with "start at beginning" or does it also happen when capturing from the...

It's hard to notice and I meet that too. I come back to read README.md again and found the dependencies message at the bottom.

The repo uses [ggml @ 57869ad](https://github.com/ggerganov/ggml/tree/57869ad3b7b1f49ae18e3238b0d69a9467a8f068), you should not use the latest version of ggml

I've written an app to simulate UniSat app's behavior, let's call it AppB. AppB's configuration is defined as follows: ```xml ``` After receiving the intent, it returns: ```kotlin private fun...

After upgrading to v0.2.15, it works well now, thanks for your help