You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: reflect: call of reflect.Value.SetFloat on int32 Value [recovered]
panic: reflect: call of reflect.Value.SetFloat on int32 Value
When calling vf.FromValue(v, target) it is time consuming to figure out where the problem is when there are multiple int32 values in the target structure.
Suggest adding the name of the type/member that it is failing on in the error message. There should probably be a general catch that amends all error messages.
The text was updated successfully, but these errors were encountered:
When getting an error like this:
When calling
vf.FromValue(v, target)
it is time consuming to figure out where the problem is when there are multiple int32 values in the target structure.Suggest adding the name of the type/member that it is failing on in the error message. There should probably be a general catch that amends all error messages.
The text was updated successfully, but these errors were encountered: