Wenbo Han

Results 67 issues of Wenbo Han

**System (please complete the following information):** - OS: `macOS` - GO Version: `1.18` - Pkg Version: `1.5.1` **Describe the bug** POST 请求中,一个 key 包含多个上传文件时,除了第一个文件,其他文件被丢弃。导致 `BindSafeData` 只能绑定 `File *multipart.FileHeader` 类型,而无法绑定 `File...

bug

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) 1. Can control the expire time...

✏️ Feature
😎 Good First Issue

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) ``` type Model struct { ID...

✏️ Feature
😎 Good First Issue

### Before feedback (在反馈之前) - [X] I've searched the existing Issues, Discussions and Google (我已经搜索了现有的 Issues, Discussions 和 Google) - [X] The problem can be stably reproduced (这个问题可以被稳定复现) - [...

☢️ Bug
😎 Good First Issue

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) Add a new method: `ctx.Request().Files()`

✏️ Feature

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) Add a configuration to `config/database.go`, and...

✏️ Feature

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) Like: - https://laravel.com/docs/10.x/eloquent-relationships#querying-relationship-existence - https://laravel.com/docs/10.x/eloquent-relationships#querying-relationship-absence There...

✏️ Feature

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) Goravel is seeking the help of...

✏️ Feature
🛠 In Progress

``` ctx := context.WithValue(context.Background(), "a", "b") facades.Log().WithContext(ctx).With(map[string]any{"c": "cc"}).Info("test") // Output [2024-06-03 03:49:35] local.info: test context: {"c":"cc"} ``` The "a" in ctx should be print, too. The style can be: ```...

✏️ Feature
😎 Good First Issue

### Before feedback (在反馈之前) - [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) https://laravel.com/docs/10.x/database

✏️ Feature