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
In item.d's parseItem function we need to check whether or not a number of boolean values are set to true or false. Currently, the cast/conversion from JSONValue to boolean fails on Linux, which is why there's a workaround to assume that a boolean value is true if it isn't undefined (ergo if it exists).
The text was updated successfully, but these errors were encountered:
In
item.d
'sparseItem
function we need to check whether or not a number of boolean values are set to true or false. Currently, the cast/conversion fromJSONValue
toboolean
fails on Linux, which is why there's a workaround to assume that a boolean value is true if it isn't undefined (ergo if it exists).The text was updated successfully, but these errors were encountered: