shaouai

Results 6 issues of shaouai

https://github.com/robfig/cron/blob/ccba498c397bb90a9c84945bbb0f7af2d72b6309/cron.go#L193 ```golang func (c *Cron) Entry(id EntryID) Entry { for _, entry := range c.Entries() { if id == entry.ID { return entry } } return Entry{} } ``` The...

https://github.com/zeromicro/go-zero/pull/4809

- [x] Do only one thing - [x] Non breaking API changes - [x] Tested Do not know how to do testing things, but I’ve tested it in my own...

- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? Fix examples's module path to gorm.io/gen/examples. ### User...

- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? Fix: add early return when error occurs in...

## Describe the feature Make `Where()` treat custom string types as SQL conditions like plain strings. ## Motivation Passing a value whose underlying type is `string` to `Where` causes GORM...

type:feature_request