Frank Greco Jr

Results 22 issues of Frank Greco Jr

### What this PR does / why we need it: Adds a new version, `v1alpha3`, for the fluentbit group. The `ClusterFilter` resource is then added to this group. **TODO** ```...

### Is your feature request related to a problem? Please describe. Say you're running a FluentBit version prior to `v1.9.3` and you use `-` in certain key names. This will...

### Describe the bug [`Condition.KeyDoesNotExist`](https://github.com/fluent/fluent-operator/blob/0988420656d2037c731f6343ffbbf61f2fdaac36/apis/fluentbit/v1alpha2/plugins/filter/modify_types.go#L28) takes `map[string]string`. However, the [docs](https://docs.fluentbit.io/manual/pipeline/filters/modify) only have one param. I think this should be similar to `KeyExists`? Is this a bug? If so I'll submit...

### Is your feature request related to a problem? Please describe. The configuration is not formatting in a readable way. ``` [Filter] Name parser Match kube.* Key_Name log Parser json...

good first issue

### terraform-plugin-go version ``` v0.4.0 ``` ### Use cases Consider the following type 👇🏼 ``` type Port struct { FromPort int `json:"fromPort" tfsdk:"from_port"` ToPort int `json:"toPort" tfsdk:"to_port"` } type Source...

enhancement
reflection

Description =========== There are some high security alerts that originate from deps in this package. How to reproduce ================ You can generate this report with Snyk Checklist ========= Please provide...

It would be nice to set an ObjectTemplate's value to the result of `JSONParse()`. Today this isn't possible as it only supports primitive types.

I'm not sure if the error lies here or with `resty` but I get this error when using resty. ``` $ resty -lluacov ERROR: attempt to yield across C-call boundary...

Before trying to minimally repro, I want to just see if there's anything I'm missing. I'm seeing `s6-linux-init: warning: parent wrote to fd 3!` at the very startup. I'm using...

**What version of protobuf and what language are you using?** `v1.5.4` **What did you do?** ```go func TestUnknownFields(t *testing.T) { request := new(helloworld.HelloRequest) err := (&protojson.UnmarshalOptions{DiscardUnknown: true}).Unmarshal([]byte( `{"foo":"bar"}`, ), request)...