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
If found an inconsistent behaviour of strip. If the value is array, it tries to strip everything even integers, booleans inside of it ... if not it only strips Strings which is fine and do not generate errors. This is probably not a bug, but the behaviour should be consistent.