Adrian Lungu
Adrian Lungu
Hoping this middleware might be useful for others, I'm submitting this PR that adds a Queue Middleware. Basically, it creates a queue of size `x` and a worker pool of...
Hello, From what I've seen, the `pong` is automatically handled internally in the library, however, in some specific cases it could be useful to run a function when the `pong`...
Hello, I've tried creating an aggregation using all of the examples in the README without any luck yet. If I try to use the stored **langdetect** field for aggregating, ES...
Hello, I've tried using the **Language code and multi_field** test code to create the mapping in the example, however, when I check to see if the mapping is created correctly,...
Hello! Would it be possible to either: - Remove the `error formatting` which introduces the `gountries error` part or - Make it customizable ? Sometimes we want to return the...
### What happened? When using `-mod=vendor`, the project should properly account for imports; however, one of the imports is not added to the mod file due to it being specified...
### Describe the feature Given that the AWS-CLI has received support for endpoint configuration via `AWS_ENDPOINT_URL` env vars, or the shared config file, as detailed here: https://aws.amazon.com/blogs/developer/new-improved-flexibility-when-configuring-endpoint-urls-with-the-aws-sdks-and-tools/ It would be...
As per the feature requested opened [here](https://github.com/uber-go/zap/issues/1394): - extended the `Core` interface with `Fields()` which can be used to retrieve fields that have been previously added to the core -...
**Is your feature request related to a problem? Please describe.** https://go.dev/play/p/vlsJxJfxhUL Any fields added via the config, or via `With` to the logger before calling `zap.WrapCore` are not seen at...