RelicOfTesla
RelicOfTesla
### Steps to reproduce 1. Click on the left position of the slider (such as50), which must be quickly clicked before the ValueIndicator hides the conversion 3. To see the...
```dart @JsonEnum(valueField: 'index') // already support enum some_status_0 { aaa, bbb, } @JsonEnum(valueField: 'index', indexOffset: 100) enum some_status_100 { aaa, bbb, } ``` ```dart const _$some_status_0 EnumMap = { some_status_0.aaa:...
# Rationale The ws/wss client needs to add rate limiting calls. Most third-party nodes have frequency limitations. Or a global data convert. (I can use "http.Client.RoundTripper.RoundTrip()" implement custom handling support...
### Package version eg. v8, v9: v9 ### Issue, Question or Enhancement: validator.StructLevel type, has method ReportError(....) but, validator.FieldLevel type can't not support set some custom error message. that are...
Support user custom error handle in Must() ( like attach the callstack information ); Support Must("foo", customErr{}) to restore customErr type(ErrorsAs). // Deprecated old pull #419 , Adopting a less...
add WithExpirationDeadline