Kan-Ru Chen

Results 119 comments of Kan-Ru Chen

Thanks for creating the quicklisp request :)

It looks like [electron 19.0.12](https://github.com/electron/electron/releases/tag/v19.0.12) should include the fixes, but my [flatpak build](https://github.com/flathub/com.logseq.Logseq/tree/wayland) still has the window decoration mangled. Will try to build the Logseq nightly..

@cnrpman Yes, I know. I patched my wayland branch to 19.0.12, but I think I missed one place.

I can confirm that upgrading to electron 19.0.12 does fix the no window decorator issue. However my IME does not work in wayland mode. I think we need more testing...

@VarLad using `--ozone-platform-hint=auto` without wayland socket currently will segment fault. ``` flatpak run com.logseq.Logseq --ozone-platform-hint=auto LaunchProcess: failed to execvp: xdg-settings [3:0901/235320.219183:ERROR:wayland_connection.cc(209)] Failed to connect to Wayland display [3:0901/235320.219198:ERROR:ozone_platform_wayland.cc(226)] Failed to...

I intentionally left out `--socket=wayland` because I want it to use x11 by default. Proposed by https://github.com/logseq/logseq/issues/5010#issuecomment-1218163825 I'm glad the final command works for you. Please open a ticket in...

如 @yan12125 所說原本的詞庫是用 3 個 byte (24 bit) 表示,而 rust 分支是用 u32 (32 bit) 但是實際上 tsi.src 裡面的最大值只有用到 327781 而已 ``` sqlite> select max(freq) from dictionary_v1 ; 327781 ```

先偷偷宣傳,現在開發裝的新酷音會支援分享詞庫跟使用多個詞庫的功能

> 能寫成 swift package 且有 api 使用手冊的話 應該可以 export swift binding > 另外,請問rust版本之後會取代C的版本嗎?還是兩者會共存? 預計會同時有相容的 C API 跟新的 Rust API

> > 預計會同時有相容的 C API 跟新的 Rust API > > 抱歉沒問清楚。我是想確定之後會不會移除C的實作,只保留Rust的實作?例如,移除`src/tools/init_database.c`等等,只保留 > `tools/src/bin/init_database.rs`等等。 Tool 應該只會留一種