Bug: nil values are being typecasted
leods92 opened this issue · 1 comments
leods92 commented
When a value is not set it shouldn't be casted as that would lead to unexpected behaviour.
For instance:
- a integer value when nil becomes 0.
- a string value when nil becomes "".
And so on...
thegrubbsian commented
This should be fixed.