Vincent Cheung

Results 6 issues of Vincent Cheung

```golang paginator := session.SQL().Select(.....).Where(...).Paginate(10) err := paginator.Page(uint(page)).All(&books) if err != nil { return 0, nil } // the total here is always 1 total, err := paginator.TotalPages() if err !=...

unconfirmed

### Package version eg. v8, v9: ### Issue, Question or Enhancement: ### Code sample, to showcase or reproduce: ```go type User struct { Name string `validate:"required, errMessage"` Password string }...

question

Hi guys, Thanks for sharing this awesome project. I got `panic` for some reason whatever, and the program exited. I checked the source code, there's no ·recover· for `panic` sutiation....

enhancement

I tried to download torrent file with option `bt-metadata-only`, it works the first time. But when I added the same magnet uri again, it downloaded the whole files but not...

Missing table align for markdown. Any plan?