Siyuan Wang

Results 2 issues of Siyuan Wang

This is the my testing example which set up the database using dockertest: ```go package main import ( "encoding/json" "fmt" "log" "net/url" "os" "time" "github.com/jinzhu/gorm" _ "github.com/lib/pq" "github.com/ory/dockertest" gormbulk "github.com/t-tiger/gorm-bulk-insert/v2"...

## Description: I encountered a runtime panic instead of a handled error return when passing an invalid cron expression "1 1 1 x 1" to the `ToDescription` method. The program...