han

Results 18 issues of han

请问这个可以使用微信的扫码功能吗?

Where rust calls llvm, the symbolname is left blank, which makes the structure definition of dllimport seem to lack information and is not enough to generate an undecorated lib. ![{D68F8C74-9B96-A55C-E70C-ECE8D5F008CB}](https://github.com/rust-lang/rust/assets/83765419/004db7a8-9144-4708-a76b-42c7dc89d6c5)...

A-linkage
A-LLVM
T-compiler
C-bug

warning: build failed, waiting for other jobs to finish... error[E0308]: mismatched types --> C:\Users\han\.cargo\registry\src\index.crates.io-6f17d22bba15001f\num-bigint-0.3.1\src\biguint.rs:1712:54 | 1712 | let root_scale = extra_bits.div_ceil(&n64); | -------- ^^^^ expected `u64`, found `&u64` | |...

# 背景 rust也放弃了兼容Windows 7或者XP,需要YY-Thunks统一支持。如果您遇到rust相关项目API缺失,请在此帖统一回复。 如果你的程序提示找不到API,请使用YY-Thunk内置的YY.Depends.Analyzer扫描你的应用程序。扫描程序将检查所有缺失的API,并且整理成报告,这样可以极减少遗漏的概率。 > 当API不存在时往往存在其他API缺失,如果依靠系统的弹窗,这个处理效率是非常堪忧的。 ``` ; 比如分析Google浏览器 XP系统上缺失的API,可以输入以下命令,YY.Depends.Analyzer在Release产物中提供。 YY.Depends.Analyzer "C:\Program Files\Google\Chrome\Application\125.0.6422.113" /IgnoreReady ``` # 缺失或者功能不全的函数 ## Ws2_32.dll * [x] WSAIoctl - tokio传递了SIO_BASE_HANDLE,但XP不支持 - https://github.com/tokio-rs/mio/blob/1a738f9d751eabf4c136e782a423ce4ef2661c81/src/sys/windows/selector.rs#L651 ## KERNEL32.DLL *...

类型:新功能/建议
方案:以后再说

### Reproduction Blocked aria-hidden on a element ### Describe the bug When I click on the Combobox, something like this will appear in the console There is a similar situation...

bug

### Describe the feature Provide a method to reset ### Additional information - [ ] I intend to submit a PR for this feature. - [ ] I have already...

### Describe the feature I noticed that you can override the css of DialogOverlay through props.class but it is not open to the public ### Additional information - [x] I...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

Thank you for your time and for the wonderful work on Slint! Please let me know if you need any additional information. ### Bug Description I encountered some QPainter-related warnings...

needs info
a:backend-qt

### Description Window top and full screen will cause mouse lag https://github.com/marc2332/freya/issues/1204 ### Windows version ```shell Windows 11 24H2 ‎2025-‎03-‎13 26100.4061 ``` ### Winit version 0.29.11

B - bug
DS - windows