Kentaro Hayashi
Kentaro Hayashi
grn_ctx_at()がNULLを返すことがあり、(おそらく)クラッシュの原因となるケースがあった。 a05f929ca 他にも同様の箇所がないか点検し、問題があれば修正する。 grn_ctx_at()はあちこちで使用されている。 ``` % gg grn_ctx_at lib | wc -l 254 % gg grn_ctx_at src | wc -l 9 % gg grn_ctx_at plugins | wc -l 5 ```...
## 問題 言及元: https://twitter.com/TomyGX/status/583437725400895488 試してみたら、簡単には動かせないことがわかった。 ## ゴール zipアーカイブをunzipしてログに関して自分の環境に合わせて変更したら ``` groonga-httpd.exe -c etc/groonga/httpd/groonga-httpd.conf ``` でgroonga-httpd.exeを動かせるようになったら完了。 ## 詳細 現状5.0.2で動くんじゃないかと試したときのもの。 -pでprefixを補正してみたりしたがビルドしたときのパスが埋め込まれてしまっている。 ``` c:\work\groonga\groonga-5.0.2-x64>bin\groonga-httpd.exe -t -p "." -c etc\groonga \httpd\groonga-httpd.conf nginx: [alert] could not...
**Which issue(s) this PR fixes**: Fixes N/A Bit related issue: https://github.com/fluent-plugins-nursery/fluent-package-builder/issues/334 **What this PR does / why we need it**: As a plugin naming scheme, register_xxx should not be pre-fixed...
**Is your feature request related to a problem? Please describe.** https://github.com/fluent/fluentd/pull/3396 tried to keep consistency even though excessive `gracefulReload` request is thrown (It has same problem with SIGUSR2 too) It...
**Is your feature request related to a problem? Please describe.** This feature request is derived from the Fluentd Mailing list question. * [http auth for in_http plugin](https://groups.google.com/g/fluentd/c/5dsZR4NCUII) fluentd supports Basic...
In javascript validator, if you write 'print(sentence)', it shows something like 'Sentence{links=[], lineNumber=8, content='セクション', startPositionOffset=0, isFirstSentence=false, tokens=[], offsetMap=[]} ', but not for document, section, paragraph and so on. It just...
## Problem It seems that there is no way to maintain rockspec with multiple users on https://luarocks.org/ ## Actual There is one solution to maintain rockspec with multiple users -...
# Problem When try to launch main.py, it causes AttributeError: 'Chromecast' object has no attribute 'cast_info' # Actual Startup fails. ``` INFO:root:Starting up chromecasts INFO:pychromecast:Querying device status INFO:root:Searching for ghm...
### Steps to reproduce 1. Click [New Subscription] 2. Fill iCal link such as: https://calendar.google.com/calendar/ical/ja.japanese%23holiday%40group.v.calendar.google.com/public/basic.ics 3. Click [Create] button 4. We can't see share button for subscription ### Expected behaviour...
# Problem Deprecated `apt-key` command is used to import key. `apt-key` command will be removed sooner or later. # Actual https://github.com/fluent/fluent-bit-docs/blob/master/installation/linux/debian.md#server-gpg-key ``` $ wget -qO - https://packages.fluentbit.io/fluentbit.key | sudo apt-key...