Luo Guochun

Results 6 issues of Luo Guochun

请问README里面,绑定登陆(webwxpushloginurl)里面,参数uin怎么获取?

test project druid. it's slower than cargo. most of time after clean, cargo cause 38s the compile, but fleet causes 45s, and sometimes more than 2min.

bug

the reqwest report errors when add the following headers: ``` :method: GET :scheme: https :authority: raw.githubusercontent.com :path: txtx ``` the code to test: ```rust let mut h = header::HeaderMap::new(); h.insert(":authority",...

It seems more than 1 FixedString not work. demo code: ``` let client = Client::default() .with_url("http://localhost:8123") .with_database("default"); client.query(r###"create table if not exists tpayment ( code FixedString(8), name String, stock_code FixedString(8)...

enhancement
data-types

如题:有没有提供方法标记数据?

Dear friends, As the document states `pyo3-asyncio` event loop needs run on **main thread**, but when integrates it to some thing like `tauri` which also needs run on **main thread**,...