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
Essentially filter out any non README.md items, count the items and then check if that's more than 0.
I'm wrapping the README.md discovery in a call to orDefault to get around the fact that it may return no rows if no array/object/README items are found.
It would be nice to have some higher level functions like
includes(x) = filter(equal(.,x))
The text was updated successfully, but these errors were encountered: