Javier López

Results 25 comments of Javier López

Hello, I've just hit #19 while initializing the project on android, short after I found this issue, maybe an warning in the readme could help others to avoid running into...

the attached commit allows to use: ``` config.hostmanager.extra_hosts = [ [ '192.168.42.41', [ 'external-box.localdomain', 'subdomain.external-box.localdomain', ] ], ] ``` To define external hosts entries within the vagrant-hostmanager plugin

Hello @utrotzek , I can think of two approaches to install the plugin: 1. Download/Compile/Install locally, based on https://github.com/hashicorp/vagrant/issues/1829#issuecomment-19394678 `` $ git clone https://github.com/javier-lopez/vagrant-hostmanager && cd vagrant-hostmanager `` `` $...

@foozmeat done, I've also uploaded the modified version to https://rubygems.org/gems/vagrant-hostmanager-ext while (if) the changes get merged. To test it run: ``` vagrant plugin uninstall vagrant-hostmanager vagrant plugin install vagrant-hostmanager-ext ```

hello, we work on this project on a monthly base, the firebase integration hasn't been added, it will probably will be added in the following meeting or the next

firebase is now being used to authenticate and save coords, see commits https://github.com/foobar-org/uber-react-native-firebase/commit/2d735a55d6c0cde51225e0a132d7fbfbb19bcb7d and https://github.com/foobar-org/uber-react-native-firebase/commit/205c929776273bca50f05899c55195883248a595 for more details

Hello, I'm sorry for the unpleasant experience running this software, I may help if more details are provided, last time I reviewed it worked on android from a Linux host,...

Hello, Thank you for reporting the issue, could you give me more details about your environment?, which distro do you use?, which version of zsh?, what steps do you follow...

Hello @rewalker3 , Sorry for the late reply, unfortunately I was unable to replicate your issue on FreeBSD freebsd-10.1, could you add the following at the beginning of the `~/.tmux/plugins/tundle/tundle`...

For the first issue, could you revert your changes and send the generated `/tmp/tundle-init-environment ` file?, it could be related to a specific awk limitation, however I was unable to...