Sutou Kouhei
Sutou Kouhei
### Describe the enhancement requested https://wiki.debian.org/DebianReleases | Version | Code name | Release date | End of life data | |--------|--------|--------|--------| | 11 | Bullseye | 2021-08-14 | ~2024-07 |...
### Describe the enhancement requested https://lld.llvm.org/ LLD is the LLVM Linker. It's faster than GNU ld. ### Component(s) C++
https://jku-vds-lab.at/publications/2014_infovis_upset/
### What is your problem? See pgroonga/pgroonga#418 for details. ### How to reproduce it _No response_
It sets the default N workers by `grn_set_default_n_workers()`. Users don't need to set the `GRN_N_WORKERS_DEFAULT` environment variable by this command line option.
### What is your problem? We can avoid human checks by it. We can use sphinx-lint via pre-commit: https://github.com/sphinx-contrib/sphinx-lint?tab=readme-ov-file#using-sphinx-lint ### How to reproduce it _No response_
We specify `QUERY_NO_SYNTAX_ERROR` but syntax error may be happen. https://github.com/clear-code/redmine_full_text_search/blob/eaddeb17225f6dc19f839a37720ff8285cc13e76/lib/full_text_search/searcher.rb#L13 Because `mroonga_query_expand()`/`pgroonga_query_expand()` don't use the flag. https://github.com/clear-code/redmine_full_text_search/blob/eaddeb17225f6dc19f839a37720ff8285cc13e76/lib/full_text_search/mroonga.rb#L27 https://github.com/clear-code/redmine_full_text_search/blob/eaddeb17225f6dc19f839a37720ff8285cc13e76/lib/full_text_search/pgroonga.rb#L19 We should specify `QUERY_NO_SYNTAX_ERROR` flag for `mroonga_query_expand()`/`pgroonga_query_expand()` too.
Groonga provides fuzzy search feature (as an experimental feature) since 13.0.8. We can add an option to enable fuzzy search for Japanese. We need to do the followings to enable...
@methodmissing Do you have time to maintain rbczmq? If you don't have time to maintain rbczmq, could you make me a maintainer of rbczmq? I want to use rbczmq to...
If dependency libraries (czmq, libsodium and zeromq) are already installed in system and they exist in Ruby's library path, rbczmq uses headers of bundled libraries and shared objects of system...