Results 5 issues of 殷雅俊

### bug 描述 [详细地描述 bug,让大家都能理解] InfoPanel的FieldDate函数的参数format没有传递,会造成panic ### 复现步骤 [清晰描述复现步骤,让别人也能看到问题] 1. 在任何生成的info panel中,使用FieldDate ### 复现代码 [提供可复现的代码,仓库,或线上示例] `https://github.com/GoAdminGroup/go-admin/blob/master/template/types/info.go` Line1125-1128 ```go func (i *InfoPanel) FieldDate(format string) *InfoPanel { i.addDisplayChains(displayFnGens["date"].Get()) return i } ```...

🐛bug

### Feature-request 当前版本`github.com/go-kratos/kratos/v2 v2.2.1`, 事情是这么来的,有个配置是第三方库中的,里面有个time.Duration字段 使用了的本地配置文件`conf.yaml`如下 ```yaml timeout: 10s ``` go 加载配置代码如下 ```go package main import ( "fmt" "log" "time" "github.com/go-kratos/kratos/v2/config" "github.com/go-kratos/kratos/v2/config/file" ) type Config struct { Timeout time.Duration }...

feature

In order to add time key as a prefix

if np.savetxt() in the loop, data_loading is very slow

### Description Besides RTC messages, I hope to have a stable message transmission. I have seen an RTM-related plugin in the existing plugin demo. However, when I actually use it,...

enhancement