Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helper for checking every member of a collection against a predicate #65

Closed
keathleydavidj opened this issue Mar 12, 2018 · 9 comments
Closed

Comments

@keathleydavidj
Copy link

It would be nice to have a way to check every member of a collection against a predicate that returns the results &&ed together.

Given a collection such:

  items = collection($selector, {
    isSelected: hasClass('selected', $child)
  });

The ability to add something like the following property would be boss:

  allItemsSelected = all(this.items(), item => item.isSelected);
@Robdel12
Copy link
Contributor

We should also implement some & none along with this

@Robdel12
Copy link
Contributor

/move to bigtestjs/interactor

@ghost
Copy link

ghost commented Apr 15, 2018

⚠️ The GitHub App must be installed for the target repository.

@Robdel12
Copy link
Contributor

smh. I really wanted you to work move bot.

@dessant
Copy link

dessant commented Apr 15, 2018

@Robdel12, your friendly bot maintainer here, got tipped off by Sentry. 😋

You have to install the GitHub app for the target repo too, otherwise the bot would be opened up for proxy spamming.

@Robdel12
Copy link
Contributor

Hey @dessant! :p I think its configured correctly:
screen shot 2018-04-15 at 2 03 32 pm

I figured it might have been a propagation issue? I also added a .github/move.yml to the repo hoping that was the missing piece too.

@dessant
Copy link

dessant commented Apr 15, 2018

Your installation is correct, I was able to reproduce the bug, it seems there is a hiccup while moving issues between orgs. I'll look into it and update you here.

@Robdel12
Copy link
Contributor

No rush! Thank you for taking a look :D

@dessant
Copy link

dessant commented Apr 17, 2018

@Robdel12, a fix was just released, moving issues between different orgs should now be possible. Thanks for surfacing the bug!

cowboyd pushed a commit that referenced this issue Feb 20, 2020
Use middleware rather than parcel's own server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants