smzgl

Results 7 issues of smzgl

event and bufferevent has already support priority, buf evdns not. And evdns has a low priority by default. it is a problem while prog has a huge count of new...

type:enhancement
subsystem:dns

we define a struct like this: ``` go type S struct { A *int32 `validator:"required_without=B,gt=100,omitempty" B *string `validator:"required_without=B,min=10,omitempty" } ``` now, i invoke validate.Struct( &S { A: ptr.Int32(200) } ),...

protoc-gen-doc argument --doc_out must include filename, ex. --doc_out=json,"{filename}".json,source_relative:. so, a variable representing the file name is required. ex. $SOURCE_NAME

### 重现链接 以下代码, 在van-cell中, 仍然是竖着排列, 不在van-cell中,则正常. ` 单选框 1 单选框 2 ` ### Vant Weapp 版本 1.11.7 ### 描述一下你遇到的问题。 以下代码, 在van-cell中, 仍然是竖着排列, 不在van-cell中,则正常. ` 单选框 1 单选框 2 ` ###...

bug: need confirm

希望可以将组件单独提出来作为独立的包. 以便可以更加灵活的组织工程目录.

建议可以把核心组件, hooks 等放到core目录, 方便区分业务代码和admin的代码.