Sutou Kouhei

Results 251 issues of Sutou Kouhei

### What is your problem? `TokenFilterStopWord` adds a column to a lexicon to indicate whether the term is a stop word or not. We can't use `TokenFilterStopWord` with PGroonga because...

Feature

### What is your problem? Because other parameters use uppercase for constant/keyword. e.g.: `initial` -> `INITIAL` We should keep accepting `initial` to keep backward compatibility. ### How to reproduce it...

Feature

It includes a file that uses the JSON license. The JSON license isn't a free software license.

It extracts text from PDF. We can use Poppler: https://poppler.freedesktop.org/ But Poppler is licensed under GPL not LGPL. So NormalizerPDF must be a Groonga plugin. Users who want to use...

It extracts texts from Office Open XML files. Office Open XML https://en.wikipedia.org/wiki/Office_Open_XML is used by Microsoft Office such as Microsoft Word. It's based on zip-ed XMLs. We can extract text...

For example: https://github.com/groonga/groonga/actions/runs/3239542214/jobs/5310462027 One grntest bases test suite takes 10+ minutes for now. We need to run the test suite multiple times with different parameters. It takes 60+ minutes. Can...

URL: http://GROONGA_SERVER:10041/d/prometheus_exporter ? See also: https://prometheus.io/docs/instrumenting/exporters/

### Rationale for this change Debian 11 will reach EOL on 2024-07. ### What changes are included in this PR? * Use Debian 12. * Enable build options that can't...

awaiting change review

### Rationale for this change If we use GitHub hosted M1 macOS runner instead of self-hosted M1 macOS runner, we don't need to maintain self-hosted M1 macOS runner. ### What...

Component: C++
awaiting committer review

### Describe the enhancement requested We use `archery lint ...` to run linters. It's convenient because we don't need to know linters details but we need to install `archery[lint]` and...

Type: enhancement
Component: Developer Tools