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
I believe you should be able to enable more elaborate coercion of data types.
For example, coercing 'on' to true, or 'off' to false.
This could be implemented via a custom callback.
Just swap out functions like TypeConstrain->toBoolean() with optional custom callbacks.
For example:
@adjenks in an attempt to cleanup this repo we are trying to filter the issues and see which ones might be closed. Is it safe to assume this is a rather old issue, and no effort was made to create a PR? Feel free to close it yourself with some comments if helpful.
I believe you should be able to enable more elaborate coercion of data types.
For example, coercing 'on' to true, or 'off' to false.
This could be implemented via a custom callback.
Just swap out functions like TypeConstrain->toBoolean() with optional custom callbacks.
For example:
The text was updated successfully, but these errors were encountered: