Kan-Ru Chen
Kan-Ru Chen
I feel it should use [`follows_from`](https://docs.rs/tracing/latest/tracing/span/struct.Span.html#method.follows_from) instead, as described in https://github.com/tokio-rs/tracing/issues/80#issuecomment-465654414 The handler future has a current span from the processing_loop, but it follows from the sender's processing_loop.
I got a minimum reproducer https://github.com/kanru/ractor-316. Just need to clone it and `cargo run` Expected output: ``` 2025-01-08T00:15:04.410460Z INFO Actor{id="0.1"}: club: got ping from=0.0 myself=0.1 2025-01-08T00:15:05.411834Z INFO Actor{id="0.0"}: club: got...
`chewing_userphrase_remove()` 主要是用在不是輸入法的使用情境,如詞庫編輯器 現在的 C API 的確沒有方便可以取得某一候選詞的注音的方式,這裡有幾個相關的 API * [chewing_interval_Get](https://docs.rs/chewing_capi/latest/chewing_capi/output/fn.chewing_interval_Get.html) 可以拿到目前的斷詞序列 * [chewing_cand_String](https://docs.rs/chewing_capi/latest/chewing_capi/candidates/fn.chewing_cand_String.html) 可以拿到候選詞 * [chewing_get_phoneSeq](https://docs.rs/chewing_capi/latest/chewing_capi/output/fn.chewing_get_phoneSeq.html) 可以拿到整個編輯區的注音 你提出的使用情境有幾個解法 1. 提供一個在有候選清單下可以用的 API,直接移除第 n 個候選詞 如 `chewing_cand_Forget(ctx, n)` 2. 提供一個 API 提取候選詞的注音符號 `chewing_cand_getPhoneSeq(ctx,...
這個應該是關聯詞的功能,目前還不支援,後續應該會開發
好奇這要怎麼用?因為跟作業系統註冊這一步是需要管理員權限的,所以我猜執行輸入法之後背後一定有安裝的步驟,然後結束後自動反安裝之類的。
了解,看起來是用 keyboard hook 的方式 暫時應該不會考慮這個方法
印象中 TSF 版沒有支援過暫時符號模式 但是有支援 Shift 暫時切到英文模式 有可能你有按 Shift? 我看按 Shift 輸入標點符號是關掉的
酷音一直都是這樣的,輸入「引號」跟『雙引號』超級方便
這個先將就一下吧 螢幕上看得到應該還可以用? 看有沒有人要幫我畫鍵盤
沒錯,目前用的不是原生的 Windows 控件