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
Poni enforces datatypes on its settings meaning that you can't ever change a setting's datatype. This is problematic with settings that default to null as the only acceptable value in NoneType is None.
Poni should raise warnings or errors when they are used, there's no good reason to allow them.
The text was updated successfully, but these errors were encountered:
Poni enforces datatypes on its settings meaning that you can't ever change a setting's datatype. This is problematic with settings that default to null as the only acceptable value in NoneType is None.
Poni should raise warnings or errors when they are used, there's no good reason to allow them.
The text was updated successfully, but these errors were encountered: