ethfoo

Results 34 issues of ethfoo

`goccy/go-yaml` deal with blank string different from `gopkg.in/yaml.v2`. CODE ```golang package main import ( "fmt" errYaml "github.com/goccy/go-yaml" okYaml "gopkg.in/yaml.v2" ) func main() { v := struct { Key string }{...

#### Proposed Changes: - fix missing fields when marshal inline map - add yaml util - add custom marshal/unmarsal function for component #### Which issue(s) this PR fixes: Fixes: -...

#### Proposed Changes: * add transformer stop function

## gopkg.in/yaml.v2 Problems with "gopkg.in/yaml.v2" or situations that do not meet the requirements: 1. Maps in nested inline structs cannot be Marshal: Code: ```golang import ( "fmt" goccy "github.com/goccy/go-yaml" pkgin...

## Describe the feature Although Kafka source can read from a slice of topics that match a regex, it does not support dynamic matching, which means topics created after Loggie...

enhancement
area/source

#### Proposed Changes: * The Kubernetes discovery can be used even if the Loggie is deployed on a host node outside the Kubernetes cluster. * The `vm` CRD is used...

#### Proposed Changes: * support [a.b] when fields key is a.b other than a nested fields #### Which issue(s) this PR fixes: None #### Additional documentation: - [ ] TODO

#### Proposed Changes: * add api /api/v1/helper for debugging #### Which issue(s) this PR fixes: Fixes #290 #### Additional documentation: - [ ] TODO

## Describe the feature Add a api `/api/v1/help` for debugging. Just `curl :9196/api/v1/help` for fun. exmaple see below: ``` --------- Usage: ----------------------- |--- view details: /api/v1/help?detail=, module is one of:...

enhancement

## Describe the feature When the normalize interceptor splits and parses structured data, only the error log will be printed if parsing fails. So we hope that a listener could...

enhancement
area/listener
status/done
geek camp