pcasa

Results 10 comments of pcasa

@nodkz added a PR, I had a similar need.

Think problem coming from [here](https://github.com/graphql-compose/graphql-compose-elasticsearch/blob/8c5b1cb21fc21f096154f1a0fb01455fa73e1bee/src/resolvers/searchPagination.js#L49) possible solution: `const perPage = parseInt(args.perPage ) !== NaN ? args.perPage : 20;`

@djlambert can you post what the output is for `window.location` object that is logged to the console? Need to know what the output is for `href` & `origin`.

Believe this is a configuration issue due to proxy, but I'm no NGINX / APACHE expert. What happens if you add the following to your nginx.conf above the `location /elastichq...

@djlambert sent you an email. can you replace `this.socket = io(location.origin + '/ws');` with ``` const path = window.location.pathname === "/" ? "/socket.io" : `${window.location.pathname}/socket.io` this.socket = io(baseUrl, { path:...

Actually, fixed. Think I had an old option `-f icon` that I removed. Also changed `--css-template-class-name` to `--template-class-name` and everything outputs the same as before. Can close. Bad options passed...

ruby -v 1.9.2p290 rails -v 3.0.10

I tried adding `set :rvm1_auto_script_path, '/tmp/my-rvm-auto` and that helped, but now get ``` INFO Uploading /Users/MY_USER_NAME/.rvm/gems/ruby-2.2.1/gems/rvm1-capistrano3-1.4.0/script/rvm-auto.sh 100.0% INFO [dd1b5d93] Running /usr/bin/env chmod +x /tmp/my-rvm-auto/rvm-auto.sh as ec2-user@SOME_IP_ADDRESS DEBUG [dd1b5d93] Command: (...