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
The program used to parse the json as an array while it's an object here. This was done because V did not support parsing to map[string] when this was written. After attempting to change that, another issue appeared. when cm_args are not provided the json decoder panics. This should be fixed once this issue is resolved.
The text was updated successfully, but these errors were encountered:
The program used to parse the json as an array while it's an object here. This was done because V did not support parsing to map[string] when this was written. After attempting to change that, another issue appeared. when
cm_args
are not provided the json decoder panics. This should be fixed once this issue is resolved.The text was updated successfully, but these errors were encountered: