Alkaaf

Results 4 comments of Alkaaf

i got this error too, it is very rare tho. idk what happened but seems it failed to decipher the encrypted string causing Integer.parseInt fail to parse.

Use try and catch. I know, there are no better solution for this.

i see, maybe that works well on non-repeated field. this is what i tried: ``` int32 max_retry = 11 [(gorm.field).tag = {foreignkey:"non_repeated"}]; repeated SledinData sledin_data = 12 [(gorm.field).tag = {foreignkey:"repeated_field"...

after i change the plugins.go, i got the right result for both repeated and non repeated. i don't know about the side effect yet. ``` int32 max_retry = 11 [(gorm.field).tag...