Davi Koscianski Vidal

Results 39 comments of Davi Koscianski Vidal

@bartoll what if you try to manually install the older eventmachine version? Also, did you check for issues at https://github.com/eventmachine/eventmachine ?

@bartoll eventmachine is a dependency of rubydns: https://github.com/socketry/rubydns/blob/v0.8.5/rubydns.gemspec#L33 One possible solution would be upgrading rubydns by solving https://github.com/vagrant-landrush/landrush/issues/312 . I began some exploratory work on landrush to upgrade rubydns, but...

PS C:\> vagrant --version Vagrant 2.2.3 PS C:\> vagrant plugin list landrush (1.3.1, global) vagrant-hostmanager (1.8.9, global) vagrant-vbguest (0.20.0, global) PS C:\> & 'C:\Program Files\Oracle\VirtualBox\VBoxManage.exe' --version 5.2.18r124319

I don't think that landrush would be the right place to start, as it is a "frontend" to https://github.com/socketry/rubydns . While you are at that, what do you think about...

Could you give more details as to what you want to accomplish?

I would be very happy to review a PR for that. But I don't have a use case for this, so I don't see myself working on this on the...

A pull request would be great! :) I'm not aware of the same issue on Parallels, can you verify please?

Sorry @nickcharlton , I didn't see your comment here before. The warning you mentioned is this? https://github.com/vagrant-landrush/landrush/blob/bfef5eb61773c0fdc7041402653288396957af99/lib/landrush/action/common.rb#L49-L51

@nickcharlton I honestly don't know. Leaving it as is will probably result in some user being confused. On the other hand, splitting the function will increase the complexity without a...