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

asyncified filters fixes #220 #213 #159 #230

Merged
merged 8 commits into from
Jun 8, 2015
Merged

asyncified filters fixes #220 #213 #159 #230

merged 8 commits into from
Jun 8, 2015

Conversation

frozeman
Copy link
Contributor

@frozeman frozeman commented Jun 5, 2015

Made all internal requests async to stop interface lagging.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.14%) to 94.35% when pulling ddafe00 on allAsync into 61f1ba6 on develop.

@frozeman frozeman changed the title asyncified filters fixes #220 #213 asyncified filters fixes #220 #213 #159 Jun 5, 2015
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 94.18% when pulling f242489 on allAsync into 61f1ba6 on develop.

@coveralls
Copy link

coveralls commented Jun 5, 2015

Coverage Status

Coverage decreased (-0.3%) to 94.21% when pulling f242489 on allAsync into 61f1ba6 on develop.

});
});
};
if(self.filterId || self.filterError)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't work if the filterId === 0

} else
return false;
}).filter(function (result) {
return (!result) ? false : true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor, could be also:

return !!result;

@debris
Copy link
Contributor

debris commented Jun 8, 2015

looks much better now! 👍 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants