eed
eed
@littleseven @exolution 建议更新一下 weex debug [options] [we_file|bundles_dir] options参数文档 -H 帮助 -h 为host信息
I've encountered the same issue. Could it be caused by the high frequency of these messages? I'm not sure if adding a debounce might solve the problem.
```rust #[command] async fn download( url: &str, file_path: &str, headers: HashMap, on_progress: Channel, ) -> Result { let client = reqwest::Client::new(); let mut request = client.get(url); // Loop trought the...
@BaLaLaLs Thank you for your reply. I'm not an expert in Rust and Tauri, so I'm not sure if this is a better solution (I personally think it might be...
I encountered the same issue. Windows 7 and 8 both don't work.
the same issue: #11381
@liigo Check out https://github.com/tauri-apps/tauri/issues/11381. It might be an issue related to the Rust version; Windows 7 only supports up to 1.77.2. I’ve decided to give up on Windows 7—there are...
@FabianLars @amrbashir This is what I found during my test: subclass_event_target_window throws exception on Windows 7 x86 https://github.com/tauri-apps/tao/issues/990