OldSmokeGun
OldSmokeGun
we can customize http client to set proxy and timeout, etc.
Please provide a way where we can turn off the errorVerbose output! When I print pkg/errors, it prints errorVerbose, which is quite confusing, since StackTrace is provided, why should it...
服务器错误

### Describe the bug Wire doesn't support generics when I pass a generic function in wire.NewSet ### To Reproduce Pass generic function in wire.NewSet, like this: ```go wire.NewSet( db.New[config.DBConfigDefault, config.DBInstanceDefault],...