Takuro Ashie

Results 29 issues of Takuro Ashie

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: `http_server` plugin helper doesn't work with Async 2.x gem due to using obsolete usage....

enhancement

**Describe the bug** Fluentd depends on [http_parser.rb](https://rubygems.org/gems/http_parser.rb) but it's not maintained and not released new version since December 11, 2013. In this gem, vulnerability is often detected mistakenly by several...

feature request

Since it is locked only when writing, it may be closed by anothre thread while reading or writing. In actual we often get the following error when we are processing...

An user friendly recurring event feature is introduced by the following commits: * https://github.com/owncloud/calendar/commit/425a6058eaafd6f233aa4f981f5000f52c927111 * https://github.com/owncloud/calendar/commit/92bbdf5c2ac9a5dc1bd13003a3f23f7a393ac7ae Although it enables to delete an occurrence of a recurring event but editing an...

enhancement-proposed

Currently [a test](https://github.com/cosmo0920/win32-api/blob/9886db6d7f4d917864b9b544055c04993eac694e/test/test_win32_api_callback.rb#L48) is omitted due to a crash bug on latest RubyInstaller such as v2.7.5: https://github.com/cosmo0920/win32-api/runs/4948175686?check_suite_focus=true#step:5:63 ``` 2022-01-26T07:36:27.1610716Z -- C level backtrace information ------------------------------------------- 2022-01-26T07:36:27.1669065Z C:\Windows\SYSTEM32\ntdll.dll(NtWaitForSingleObject+0x14) [0x00007ffdee1ffa74] 2022-01-26T07:36:27.1697069Z C:\Windows\System32\KERNELBASE.dll(WaitForSingleObjectEx+0x93)...

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: **Docs Changes**: **Release Note**:

### Describe the bug CI fails with `ruby 3.2.0dev (2022-08-22 master 9f3140a42e) [x64-mingw-ucrt]` on Windows: https://github.com/fluent/fluentd/runs/7945647354?check_suite_focus=true It succeeded with ruby 3.2.0dev (2022-08-19 master 35c794b26d) [x64-mingw-ucrt] on Windows though: https://github.com/fluent/fluentd/runs/7913475855?check_suite_focus=true ###...

Signed-off-by: Takuro Ashie

* [x] https://github.com/fluent/fluentd/pull/3585 * [x] https://github.com/fluent/fluent-plugin-s3/pull/388 * [ ] CI Failure with Ruby 3.2 on Windows: https://github.com/fluent/fluentd/issues/3869 * [ ] (Optional) Support async-2.0 or later: https://github.com/fluent/fluentd/pull/3842

On macOS, `rake:clean` or `rake:clobber` doesn't remove some old artifacts, it causes including unexpected old version's artifacts into the package.

enhancement
mac