Oleg Zaytsev

Results 30 issues of Oleg Zaytsev

We want to instrument our NSQ clients and detect the `E_FIN_FAILED` errors received here: https://github.com/nsqio/go-nsq/blob/61f49c096d0d767be61e4de06f724e1cb5fd85d7/conn.go#L530-L532 It looks like the best way of doing this would be to implement a custom...

enhancement

I tried to compile an IDL without any return type and it breaks: ``` plex.errors.UnrecognizedInput: 'None', line 3, char 16: Token not recognised in state 'type-opts' Error loading IDL from...

Having the timestamp in the parsed IDL (and a similar one in the autogenerated Go code) makes it impossible to generate same binaries twice from the same code. It also...

I'd like to be able to define the error codes in the IDL, and once there, it would be cool to automatically build the errors with those codes. For example,...

# Issue The `go/format` package doesn't sort the imports in the canonical form, like `goimports` does, which causes the autogenerated files by this tool being changed by the `goimports` tool...

enhancement
good first issue

When applying the minimum size for gzip compression, we're currently not checking whether the `identity` encoding was not explicitly rejected in the headers. This fixes that.

#### Is your feature request related to a problem? Please describe. There's no way of knowing beforehand whether a configuration file is valid or not, which may cause issues when...

enhancement
ease-of-use

#### Is your feature request related to a problem? Please describe. The [play with Grafana Mimir](https://grafana.com/tutorials/play-with-grafana-mimir/) tutorial is published from a specific version, however it points to the `main` branch...

bug
type/docs
hacktoberfest

#### Is your feature request related to a problem? Please describe. Currently the HA-tracker feature of the Distributor requires having an `etcd` cluster, which isn't a small requirement. #### Describe...

component/distributor
ease-of-use
memberlist

See: https://github.com/grafana/grafana/pull/33817 Since Grafana v8.4.3 datasource references are not longer a string with the datasource name, but an object with the type and UID instead. This means that dashboards saved...