canxin

Results 98 comments of canxin

This could be fixed by ```rust async fn start_mqtt_server() { let server = ntex::server::build() .disable_signals() ····· ``` But this simply bypasses signal control. If you still want to use signal...

现在在重构中,这两天会有大幅改动后的代码。 构建的话,需要rust + flutter环境,然后flutter build即可,一些依赖版本之类的可以查看github workflow做参考

iverilog doesnt work too

啊?windows还有位置服务吗,刚知道。 不清楚是哪个第三方库搞得,我的代码应该无任何涉及位置信息的。 > Message ID: ***@***.***> >

> That complex type does not seem to be supported yet. However, frb does support normal Rust `async fn`s. What about using https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html thus to write > > ``` >...

> Hmm I see. Then maybe we can fix it like: Whenever we see `Pin`, we _internally_ treat it as `async fn f() -> WhateverType`. What do you think? >...

I'm afraid I've been busy lately and haven't had time to read the `flutter_rust_bridge` code to figure out how to implement it.

补充一下,如果无须上架,你还需要xcrun bitcode_strip来减小ipa的体积,否则特别大 ```bash #!/bin/bash # 定义框架目录 FRAMEWORK_DIR="./build/ios/iphoneos/Runner.app/Frameworks" # 遍历所有的.framework文件夹 for framework in "$FRAMEWORK_DIR"/*.framework; do # 获取文件夹名称 name=$(basename "$framework" .framework) # 检查文件是否存在 if [ -f "$framework/$name" ]; then # 执行bitcode_strip命令 xcrun...

这是你系统的字体, 使用的是系统的字体

这是你系统的字体, 使用的是系统的字体 > > 怎么改?简直看不清楚 > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . > You are receiving...