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
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Right now we can't validate types when updating values in the parameters tab in the frontend due to all the types being strings. All the types are strings due to the client parsing gateway properties as strings rather than the actual types. This can be resolved relatively easy by having a try-catch chain for testing int, float and then finally str.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we can't validate types when updating values in the parameters tab in the frontend due to all the types being strings. All the types are strings due to the client parsing gateway properties as strings rather than the actual types. This can be resolved relatively easy by having a try-catch chain for testing int, float and then finally str.
The text was updated successfully, but these errors were encountered: