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
Currently, we have two versions of a bunch of functions, one that takes a schema and an object, and another that just takes the object. We should add a variant that takes a reg* value, where appropriate. The text versions should be changed to try to cats to reg* versions, fail if the cast dies, and otherwise all the function that takes the reg* version.
The text was updated successfully, but these errors were encountered:
Currently, we have two versions of a bunch of functions, one that takes a schema and an object, and another that just takes the object. We should add a variant that takes a reg* value, where appropriate. The text versions should be changed to try to cats to reg* versions, fail if the cast dies, and otherwise all the function that takes the reg* version.
The text was updated successfully, but these errors were encountered: