xixi
xixi
I want to guarantee all examples in external files can pass compiling. The main reason not to add `no_run` for each block is many markdown renders cannot correctly recognize a...
Signed-off-by: xixi Here is the [rendered markdown](https://github.com/Hexilee/rfcs/blob/TLS-Support-for-HTTPChaos/text/2022-04-29-tls-support-for-httpchaos.md).
Signed-off-by: xixi The [rendered text](https://github.com/Hexilee/rfcs/blob/update-chaosctl/text/2021-07-23-extensible-chaosctl.md)
Signed-off-by: xixi
Signed-off-by: hexilee ### What problem does this PR solve? Currently, `format.RestoreCtx.JoinLevel` does not work well in the multi-level subquery. If you parse the following SQL and restore it, you will...
As https://github.com/pingcap/log/blob/master/log.go#L53, if we don't customize `cfg.File`, **normal** log will be written into stdout, which pollutes the stdout of applications in the downstream. I see this library distinguishes **normal** log...