mlch911

Results 78 comments of mlch911

现在的代码会自动连接所有发现的设备,我在改为手动点击连接

> 我能想到的方法是,从B push到C,把C包一层导航栏,然后B present C。只是自定义专场动画,让present的样式变成push的样式 B 没有动画 present 一个全屏的透明的 navigationVC(rootVC 是一个透明的 vc),然后 navigationVC 再 push C

或者更通用的方式,我这边的处理是会新开一个window,在新的window上做后续操作,但这个处理更复杂,需要管理好透明window的生命周期

I'm experiencing this crash as well. When a network request is triggered in the background, the monitoring of the sentry network request can trigger this crash. I'm using sentry 8.23.0....

> Thanks for the additional info @mlch911 we'll have a fix soon I have commited a PR to fix this.

So the Macro is build before `Self` is initialized. It's different from just using a computing property, right? So if I want to capture `self`, I can't use `@AssociatedObject`.

> `get_return_address` is actually a C macro that uses the `__builtin_return_address` function to obtain the return address of the function that called it. > > https://github.com/p-x9/AssociatedObject/blob/18f87a7cb2b13145daf2a46f4cbacd59b63fc976/Sources/AssociatedObjectC/include/associated_object_key.h#L16 > > The AssociatedObject...

it's this `curl` failed. https://github.com/SteamDeckHomebrew/decky-installer/blob/bd28059b56645266b24401b48b1e9858016a4f62/cli/install_release.sh#L34 Logs: ``` (deck@steamdeck ~)$ curl -s 'https://api.github.com/repos/SteamDeckHomebrew/decky-loader/releases' {"message":"API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit....

> Could you please provide the full command when executing the script? `bash privacy_manifest_analyser.sh ../heybox_ios3` Even if I use the full path, it still gets stuck.

> I'm unable to reproduce the current issue, perhaps you could try debugging the script. > > ```shell > set -x > results=($(analyze_api_usage "$dir_path" "${excluded_dirs[@]}")) > set +x > ```...