rigens
Results
2
issues of
rigens
### Describe the bug ... ### To Reproduce ```go func main() { scheduler, err := gocron.NewScheduler(gocron.WithLocation(time.UTC)) if err != nil { log.Fatal(err) } total := 100 var wg sync.WaitGroup wg.Add(total)...
enhancement
We are using `BaseCollectionModel` class from `pydantic-collection` package as route parameters. After updating to the latest FastAPI version it is not automatically recognized as body parameters. We have determined that...
refactor
p4
changes-requested