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
It would be nice if one could do foo|selectattr('attr', '==', 42) instead of foo|selecattr('attr', 'equalto' 42) which is not discoverable and limited to simple equal cases. We should have > and friends as well there.
It would be nice if one could do
foo|selectattr('attr', '==', 42)instead offoo|selecattr('attr', 'equalto' 42)which is not discoverable and limited to simple equal cases. We should have > and friends as well there.