lifeRobot
lifeRobot
这个问题和#3631 应该是同一个问题来的 1、我这边生成的是exe程序,目前输入中文是没有问题的:  2、我在slint 1.4.1源码里面找到了focus_item这个属性,但是没有暴露给外部,是WindowInner的pub属性,但是WindowInner是内部pub的Window内置属性,而Window也没有提供操作focus_item的方法,所以暂时无解,看看官方是否会更新暴露修改focus_item的api吧:   3、如果你实在是非常想让wasm支持中文,那你可以将slint下载到本地,并更改`pub struct Window(pub(crate) WindowInner);`为`pub struct Window(pub WindowInner);`,然后加载字体,最后引用本地的slint
maybe you can try this #1290 and, if you used [ring](https://github.com/briansmith/ring) or [rustls](https://github.com/rustls/rustls), you can't build you project, this is caused by this error briansmith/ring#1573
### Your question is similar to this : #1180 stainless-steel/sqlite#60 ### I found a way 1、Compile [sqlite3](https://github.com/sqlite/sqlite) using armv7-unknown-linux-musleabihf, you will get the following files and folders: `libsqlite3.a libsqlite3.la libsqlite3.so...
> I tried to fix this issue before but had some issues with the `PopupWindow`. What is needed to make the ComboBox scrollable is a minimum height, a maximum height...
Hello, I encountered this situation again during the stress test, and the error message is `Prev.ref_comunt()>=1` Rust version: 1.80.1 tokio version: 1.39.2 os version: Windows11 version="10.0.22621.2506" business is similar to...
> Hello, I encountered this situation again during the stress test, and the error message is `Prev.ref_comunt()>=1` Rust version: 1.80.1 tokio version: 1.39.2 os version: Windows11 version="10.0.22621.2506" business is similar...
> @lifeRobot Does the example you shared reproduce the error, or is it only similar to what triggered the error? Just a similar code example, because I replaced the business...
> @lifeRobot Does the example you shared reproduce the error, or is it only similar to what triggered the error? Hello, I have added some logs in `tokio::runtime::task::state.rs` and found...