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
I'm iterating through a json array and filtering it to a list. The list is empty at the beginning but unfortunately, the add_element operation does not allow empty list as an input parameter. IMHO, both inputs - list and element should be allowed to be empty (optional).
The text was updated successfully, but these errors were encountered:
pe-pan
added a commit
to pe-pan/cloud-slang-content
that referenced
this issue
Dec 14, 2018
I'm iterating through a json array and filtering it to a list. The list is empty at the beginning but unfortunately, the add_element operation does not allow empty list as an input parameter. IMHO, both inputs - list and element should be allowed to be empty (optional).
The text was updated successfully, but these errors were encountered: