zxin

Results 23 issues of zxin

我尝试一番无法解决`render`后`slider`被重置。https://github.com/antvis/G2/discussions/6585 请求功能支持或者正确的使用方法。 ##重现链接 https://codesandbox.io/p/sandbox/g2-slider-scale-domain-fit-p9ph4x

OSCP
waiting for maintainer

**Describe the bug** When executing commands that generate large output volumes, the Logs page fails to display results and returns a gRPC size limit error (max message size exceeded). **To...

waiting-on-developer

**功能请求与问题** 当前 tp 里 log 如果没开实时输出,输出log行上的时间是按`save`时的时间来算的,不是打日志那一刻的真实时间。当前这个设计比较反直觉,日志的打印时间是个排除问题的关键因素,应该总是如实反映。 既然新版本的的日志数据结构改了,不如考虑下让日志时间变为真实的打印时间。 https://github.com/top-think/framework/blob/2b8459baf869959e6acd1ad1c179704110afe576/src/think/log/Channel.php#L88-L90 **描述您想要的解决方案** 1. 在 Channel->record 里记录打日志一刻的真实时间。 2. 日志的 $context 往下传递,允许各个驱动获得完整日志上下文自主二次处理。 3. 日志行直接封装为 LogRecord 对象,参考 https://github.com/Seldaek/monolog/blob/2e97231b969e0ffdeff03329b808945b4ba55e38/src/Monolog/LogRecord.php#L29-L39 基于当前新版的我使用的方案 ```php public function record($msg, string $type =...

enhancement