takuya kodama

Results 39 issues of takuya kodama

### What is your problem? Whenever we release it, we still have to manually post the same summary to social media. This slows down our release process. We automatically want...

Feature

### What is your problem? Trying to add `simdjson` support for MSYS2 by replacing the RapidJSON dependency. However, when running the tests, the process crashes with a RuntimeError as follows....

Feature

GitHub: ref GH-2172 ## Issue When running grndb tests in a Windows environment, encoding file paths containing Japanese characters failed in the test logs. It caused tests to fail. ##...

Thank you for creating this wonderful project! I was browsing the templates/licenses directory and noticed that both `default_cpp.txt` and `default_py.txt` include a copyright line with the literal text `'(template)'`, for...

This is still in work in progress. I opened this PR just for using CI. I'll update the PR description after this is completed. - [x] *The Jira issue number...

External Contribution

This adds the skeleton code for OpenZL support compression support. ```console groonga --version | grep openzl Groonga 15.2.1-6-g5bff1f5 [Linux,x86_64,utf8,match-escalation-threshold=0,nfkc,mecab,message-pack,onigmo,zlib,lz4,zstandard,epoll,xxhash,h3,simdjson,llama.cpp,faiss,openz ] ``` We'll implement actual compression in the following PR.

### What is your problem? Groonga fails to build on Windows ARM64 environment with MSYS2. This issue was discovered when attempting to update Groonga to version 15.2.0 in the MINGW-packages...

Feature

### What happend? ``` Run VERSION=${GITHUB_REF_NAME#v} bundle exec rake release:announce VERSION=${GITHUB_REF_NAME#v} bundle exec rake release:announce shell: /usr/bin/bash -e {0} env: DRY_RUN: false X_API_KEY: *** X_API_KEY_SECRET: *** X_ACCESS_TOKEN: *** X_ACCESS_TOKEN_SECRET: ***...

Bug

### What is your problem? Currently, iteration marks (e.g., 々, ゝ, ヽ, 〻) are not normalized. This means searches like "かゝみ" do not match "かかみ". ### How to reproduce it...

Feature