Paolo Montrasio

Results 23 comments of Paolo Montrasio

One final word: it works. Eventually the documents appear in the new index. After about one minute I get ``` curl -s -XGET http://localhost:9200/_cat/indices?v|grep -e my_index -e docs.count health status...

Same problem here. I had to set the gemset as in `:rvm_ruby_version, '2.2.0@mygemset'`. That made the error go away.

Also `content_by_lua_block` and probably every directive containing code that it cannot parse. This is certbot 1.22.0 Furthermore the parser fails with the wrong message ``` Could not parse file: /etc/nginx/sites-enabled/default.conf...

I managed to make cap -T show the tasks with Gemfile: ``` gem 'capistrano-unicorn', require: false, github: 'inbeom/capistrano-unicorn', branch: 'capistrano3' ``` Capfile: ``` require 'capistrano/unicorn' ``` If I use this...

It works with the settings at the top of my comment. The big difference between @inbeom 's repository and this one is that for the former we must require capistrano/unicorn...

I run into this now on Ubuntu 16.04 while trying to detect newly mounted drives with `/media/my-username IN_CREATE /my/script $#` An approach would be not to check the access rights...

I changed my mind about `invitable` and reinstalled with ``` ix coh.install --reinstall --authenticatable --invitable --no-registerable \ --no-confirmable --recoverable --trackable --no-lockable --rememberable ``` It didn't create the migration for the...

It didn't add `lib/myapp/web/templates/coherence/invitation/*` and `lib/myapp/web/views/coherence/invitation_view.ex` so I changed the title of the issue adding "and the templates". As a workaround I run the command without `--reinstall`, answered `n` to...

I'm adding some Italian modules, most of my examples are failing and by reading the code I eventually found this issue. I found the code of the `sampler` macro and...