Results 3 issues of Pavlo Osadchyi

I'm using Coherence to implement authentication flows for HTTP API (Phoenix app exposes HTTP JSON API rather than renders HTML), and I need an improved error handling for cases when...

enhancement

Here is the PR with predicate feature for search that we discussed in #72. Lmk what do you think. Thanks.

Here is the content of my `.travis.yml`: ``` yml language: node_js node_js: - "4.2.1" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - sudo apt-get install...