Stéphane Klein
Stéphane Klein
Note: when all will be ok, I will squash MR commits.
@IvanGoncharov how can I help you?
> Components for Web's table we should probably just let text be the default and numeric be the modifier. Or use class on `` to configure the cell default behavior:...
> Or use class on `` to configure the cell default behavior: numeric or text. Something like: ``` .mdl-data-table.mdl-data-table-default-non-numeric td { text-align: left; } ``` and ``` ... ```
@Max-AR I have this error with your complete Vagrantfile in my context: ``` /Users/stephane/projets/openshift/ta-ansible/vagrant/Vagrantfile:24:in `read_ip_address': undefined method `info' for nil:NilClass (NoMethodError) ``` full log and Vagrantfile: https://gist.github.com/harobed/f3198e47417b026969fcae99b6cef39d
My mistake: I forget this line ``` $logger = Log4r::Logger.new('vagrantfile') ```
Without hack, in `/etc/hosts` on guest machine I have: ``` ## vagrant-hostmanager-start id: 11058adc-e452-4267-8273-a16ce56cc723 127.0.0.1 server-elk ## vagrant-hostmanager-end ``` with the hack, I don't have `127.0.0.1` but the real ip...
What say `vagrant ssh -c "sudo ip addr"` ? I think that your first interface isn't `lo:`.
> Would you like to create a PR? Yes, I push it as soon as.