恋喵大鲤鱼

Results 48 issues of 恋喵大鲤鱼

Bad 示例代码中注释翻译有误:“f.Close 将会被执行”。应该是:f.Close 将不会被执行。

ToStringE can't cast a variable of basic type redefiniton to string, such as ` type IntAlias int var i IntAlias = 8 str, err := ToStringE(i) // get an error...

我在最新版中没有找到关于 Grid 信息。如下类似下面的设置: grid: { left: '10%', bottom: '35%' }

Below is my request struct. ```go type PostLicenseReq struct { DroneModel string DroneSns []string `validate:"required_with=DroneModel"` } ``` I want the DroneSns length greater than 0 when it is not nil....

Why are some directories plural and others singular? Can it be unified? For example "api" is singular while 'assets" is plural. Can they all be singular or plural?

## Feature request #### What problem does this feature solve? #### What does the proposed API look like? #### How should this be implemented in your opinion? #### Are you...

I create a FTP connection using below codes. ```go import "github.com/jlaffaye/ftp" conn, err := ftp.Dial("IP:21", ftp.DialWithTimeout(5*time.Second)) ``` Someting is right and I can use the conn to access FTP server....

defect

The array query function datatypes.JSONArrayQuery appears in the README, but I can't find it's definition in source codes and can't be used? Why? 数组查找函数 JSONArrayQuery 出现在 README 中,但是我在源代码中没有找到对应的定义,且无法使用,这是为什么?

In my markdown file, when I use only one # to stdandard the first level title (H1), this plugin doesn't work and don't show the anchor. The vuepress sidebar has...