Hao Guan

Results 16 comments of Hao Guan

I can reproduce it both in MobileNetV3Small and MobileNetV3Large. It is probably because some data is `list` type but tfmod assumes it is `tensorflow.python.framework.ops.Tensor` or `tensorflow.python.keras.engine.keras_tensor.KerasTensor`.

So can I treat that as a documentation issue? The official guide has not mentioned the incompatibility with lambda operations (only v1 and subclass are mentioned). In addition, lambda layers...

Another finding: I want to use tradtional function keys (F1-F12) as a workaround and tried to check the 'Preferences -> Keymap -> Always show function keys ...' option. Then I...

Hi, I have found out a snippet to print the file flags, which calls [strtofflags(3)](https://www.unix.com/man-page/osx/3/STRTOFFLAGS/). Here is the example: ```rust use std::fs; use std::os::macos::fs::MetadataExt; use std::os::raw::c_char; #[cfg(target_os = "macos")] extern...

@KokuraSona MaaTouch 的触控问题来自于 AVD 的手势功能。请在 Settings 里面,将 System-Gestures-System navigation 里的设置选项设置为 3-button navigation。这样就不会触发手势影响操作了。这个设置问题之后会写进文档。 ![Screenshot_1673485064](https://user-images.githubusercontent.com/10684225/211950583-c7d31f40-2ef7-43cb-a67e-27e7ff1243da.png) ScreencapFailed 问题暂时还不清楚,可能需要等 Controller 的重构工作完成才能搞清楚。重构后可以提供更加详细的日志定位问题,并且推出了更轻量级的 adb 连接方式。

M1 芯片的话请试试最近支持的[原生 iOS 版](https://maa.plus/docs/1.4-Mac模拟器支持.html#apple-silicon-芯片),相对于 AVD 更加简单直接。

+1,根据 commit 记录是 [1f6e99f](https://github.com/SagerNet/sing-box-for-apple/commit/1f6e99f576a3f44c405edb63ea9facfb7a446d28) 在修改 SettingView.swift 时,把 78 行的 Always On 按钮删掉,但是没有在其他地方添加回来。

@Jimmer1993 请问在 v4.6.12 之后,此问题是否还存在

macOS 13.0.1 下是有结果的,应该是 revision 3 的 OCR 模型可以识别,Monterey 用的 rev 2 可能不太擅长识别出这种单字。

[v4.8.4](https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v4.8.4) 已修复。