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, attributes are not typed. That is not an issue for attributes that are set programmatically through an SDK. However, because DGLux allows for a user to manually set attribute values, it means an unconscientious user could set the attribute to a value incompatible with its intended type . Therefore, handlers that deal with set operations on attributes must implement type error checking to account for DGLux which would otherwise not be necessary (i.e., if attributes had a type which DGLux could "read" and therefore restrict the input).
The text was updated successfully, but these errors were encountered:
Currently, attributes are not typed. That is not an issue for attributes that are set programmatically through an SDK. However, because DGLux allows for a user to manually set attribute values, it means an unconscientious user could set the attribute to a value incompatible with its intended type . Therefore, handlers that deal with set operations on attributes must implement type error checking to account for DGLux which would otherwise not be necessary (i.e., if attributes had a type which DGLux could "read" and therefore restrict the input).
The text was updated successfully, but these errors were encountered: