zc

Results 9 issues of zc

1. Please **speak English**, this is the language everybody of us can speak and write. 2. Please take a moment to search that an issue **doesn't already exist**. 3. Please...

When I set other time zone it always doesn't take effect, tzdata is missing in alpine image.

When the `drone` starts, if one of the coroutines fails to execute, it should exit the program. Because `errgroup` is used, the program will only exit when all the coroutines...

Fix the problem that the debug log path is set, and the directory does not exist that causes an exception. `cfg.openSinks()` will fail because the file Mu does not exist,...

When revert 3e6b9bf007862f9acf97b7cdc2dc2c8f6683f110 Each time the progress bar is rendered, an empty line is added. ```go func main() { bar := progressbar.Default(100) for i := 0; i < 100; i++...

When the production is much larger than the consumption, it will cause the goroutine to grow infinitely? ```go func (g *GoChannel) sendMessage(topic string, message *message.Message) (

I refer to the [README](https://github.com/edenhill/kcat#run-a-mock-kafka-cluster), but cannot start a mock kafka cluster. ```shell ➜ ~ docker run --rm -it --network host edenhill/kcat:1.7.1 -X bootstrap.servers=localhost:9092 -M 3 Error: unknown argument ```