Yuta Iwama

Results 10 issues of Yuta Iwama

`sb_aligned` is the bottom of the pointer of `stack` in the previous chapter.

I'd like to add a feature to open a commit page (e.g. https://github.com/cli/cli/commit/77507cd94ccafcf568f8560cfecde965fcfa63). if you specify the path which starts with `commit/`, `gh browse` will open the commit page. WDYT?...

external

**Describe the bug** out_forward tries to connect `::1` instead of `127.0.0.1` because the following code uses first value(which is ipv6 address) as the hostname. https://github.com/fluent/fluentd/blob/8f2ea4bb26e5735b36acf5f6dc0fa5796ce4c4f9/lib/fluent/plugin/out_forward.rb#L731 https://github.com/fluent/fluentd/issues/2865#issuecomment-596321456 **To Reproduce** Needs macOS...

bug
waiting-for-user
ipv6

**Is your feature request related to a problem? Please describe.** https://github.com/fluent/fluentd/pull/2708 > I hadn't use this this feature until now. > I got confused about this feature. > I expected...

v2

**Describe the solution you'd like** Introduce order dependency between source, filter, and match directive. **Describe alternatives you've considered** none **Additional context** ref: https://github.com/fluent/fluentd/pull/2688 There is an order dependency between only...

enhancement

**Describe the solution you'd like** Providing placeholder expander for 3rd party plugins. **Describe alternatives you've considered** none **Additional context** https://github.com/fluent/fluent-plugin-prometheus/pull/129 > btw I'm wondering long time that fluentd officially provides...

enhancement

original: https://github.com/fluent/fluent-plugin-s3/pull/188 related: https://github.com/fluent/fluent-plugin-s3/pull/285 > ## PR **it will be greatful that the plugin can push log to owner S3 Storage like Ceph S3.**

enhancement

https://swagger.io/docs/specification/data-models/data-types/ > The minProperties and maxProperties keywords let you restrict the number of properties allowed in an object. This can be useful when using additionalProperties or free-form objects.

https://github.com/prometheus/client_ruby/releases/tag/v1.0.0 ref: https://github.com/fluent/fluent-plugin-prometheus/issues/119

**What version of protobuf and what language are you using?** Version: commit b8d356701 Language: Ruby **What operating system (Linux, Windows, ...) and version?** macOS Sonoma 14.6.1 **What runtime / compiler...

untriaged