Naoaki Iwakiri
Naoaki Iwakiri
## Summary Even when you specify structure.readme to other filename, README.md is used to generate the introduction. - HonKit version: 3.7.5 ## Step to reproduce 1. Setup a new honkit...
This issue is for future Rust change expected in https://github.com/rust-lang/rfcs/blob/master/text/2504-fix-error.md Current error doesn't have reference to the source of the error, even when there's a cause. We must add a...
Title explains. Since Rust is going to move to a better `std::error::Error`, we expect the libraries custom errors to implement `std::error::Error`. This fix can be done without breaking the compatibility.
fcitx用の名称でfcitx5専用の処理をついcskk側に入れてしまったので、それを除いたgenericなkeyevent作成APIを追加しなおす。 fcitx5-cskk側でも処理をcskkに任せず、このissueで追加したAPIに切り替えて将来的にはfcitx専用APIをなくす。
変換候補をもう少しだけうまくだしたい。 ddskkの機能を模してなにかしらの学習をして例えば「確率」と「確立」の優先度を出せるようにしたい。 ただし、変換のログを用いることになるので漢字をパスワード類に使う人のためにビルド時点や設定での機能のオンオフが必要そう。 c.f. https://github.com/skk-dev/ddskk/tree/master/bayesian
よくよく考えてみると他のキーボード配列や入力方式で変わるのはかな入力ルールだけで、かなとカナの対応は不変なのでコード内で定数として持つ。 全角半角のファイルについては他キーボードでの記号列の入力を変換するときに使えるので保留。
This project now relies on cargo-c and cbindgen to generate C header and lib On readme it introduces to install them in the env and run those specific commands, but...
search_path_from_xdg_data_dir のような関数はきっと標準的なライブラリに良い実装があるため、それらに置きかえる。 軽度リファクタリング候補。
▼ぞうご【ここ】 この【】内でカーソルが使えると嬉しい。 現在の仕様 fcitx-cskkではlibskkを使ったものと同じ挙動 IMEからはカーソル位置は変更されていない状態でpreeditの文字列が変わるだけなので、カーソル位置は常に】の後 新変換候補入力時にカーソル移動をしようとしても、無視される。 例として辞書内に「ぺ」の変換候補がない時|をIMEのカーソルとすると P e space a a a -> ▼ぺ【あああ】| P e space a a a leftarrow -> ▼ぺ【あああ】| また、新変換候補入力に限らず、 A i leftarrow -> ▽あい|...
Toml didn't accept an space key before, but now it's allowed as quoted keys and libraries also can accept such keys. It's more straightforward to use key-value pair for hankaku-zenkaku...