Sutou Kouhei
Sutou Kouhei
Can you create a script that uses 101 and share it to us?
Ah, could you use normal API instead of directly using `wrap_arg`? It seems that `lib/fiddle/struct.rb` uses `wrap_arg`.
OK. I'll take a look at this later.
Could you open a PR for this?
> Our CI pipeline runs all tasks for every change Wrong. See also: https://github.com/groonga/groonga/blob/39a1e8d514a5873a489917d634485af0b80d2e1e/.github/workflows/cmake.yml#L2-L59 > We trigger documentation generation jobs only for document changes This is a missing optimization.
そのユニコードの仕様って合成文字の仕様じゃないですか? 合成文字で表現するときもあると思いますけど、 ằ(U+1EB1 LATIN SMALL LETTER A WITH BREVE AND GRAVE)とか1文字で表現するときもある(というか、NFKCしたら合成文字で表現していても1文字になりそう)ので、そういう1文字で表現されている方も対応しないといけないんじゃないかと思います。
あぁ、さーせん。combining characterは「合成文字」じゃなくて「結合文字」というべきでした。
`remove_diacritical_mark`じゃなくて`unify_kana_case`みたいに、`unify_alphabet_diacritical_mark`とかの方がいいかも。
We need to add support for Ubuntu 24.04.
MSYS2に報告でいいです。 RapidJSONからsimdjsonとかに乗り換えたいねぇ。