mlch911
mlch911
使用`AdBlock`时,如果开启了`[推荐]去广告`、`[用户投稿]去除视频广告`、`[直播]去除广告`中任意一个,打开 b 站就会导致 `stash` 的 `NetworkExtension` 崩溃 另外,beta 版的 stash 模块安装失败,提示`覆写格式不正确`
I found the associated object will become nil after some time in `Release` mode. I definitely did not set it. I can only assume there may be some other third-party...
This code get an error: `Value of type '(UIView) -> () -> UIView' has no member 'window' ` ```swift @AssociatedObject(.OBJC_ASSOCIATION_RETAIN_NONATOMIC) private var autoMaskView: UIView = { let view = UIView()...
Logs: ``` (deck@steamdeck ~)$ curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0...
When [line 644](https://github.com/crasowas/app_store_required_privacy_manifest_analyser/blob/98bf5478c3ed46855e43ae14576fac3b94861d6f/privacy_manifest_analyser.sh#L644) is executed, it gets stuck and cannot execute into `analyze_api_usage` method. It works after I change this ```bash results=($(analyze_api_usage "$dir_path" "${excluded_dirs[@]}")) ``` to the real path. ```bash...
With this, we can get the same result using simulator. I assume that not many developers need to detect it's a simulator rather than real device.
These two changes to the new iPad are wrong. The newly released iPad with m2 is the iPad Air, not the iPad Pro. 这两处针对新iPad的改动是错的。新发布的搭载m2的iPad是 iPad Air,不是 iPad Pro。 https://github.com/Ekhoo/Device/blob/8eef81c09e5736a4f35a11df9df835d51c5c37d5/Source/Version.swift#L90 https://github.com/Ekhoo/Device/blob/8eef81c09e5736a4f35a11df9df835d51c5c37d5/Source/iOS/Device.swift#L104