Mikhail Zholobov

Results 59 comments of Mikhail Zholobov

> E.g. In Parallels I setup a "Shared" network which is actually private private network, which in vagrant is called a [public_network](https://parallels.github.io/vagrant-parallels/docs/networking/public_network.html). "Shared" is basically the same as "Host-Only" with...

@fatmcgav I guess it could be fixed by enabling "TimeSync" feature in Parallels Desktop. `vagrant-parallels` plugin v1.5.0+ automatically enables it for VMs running under Parallels Desktop 10.1.2 and higher. You...

Ah, sorry, that's my mistake. `vagrant-parallels` enables it only for Parallels Desktop 11+. For earlier versions we keep it disabled by default because of https://github.com/Parallels/vagrant-parallels/issues/186

Could you please explain, what's the issue with that? You've replaced superuser (`postgres`) credentials with an application-specific user. It should be fine for backup, but as I remember it causes...

Hi @Envek , That looks interesting, but I don't have a good knowledge of this part of curl. I also don't have a platform for testing `multipart/form-data`. But the project...

I've reproduced the same issue with ChefDK v0.18.13 The reason is the version constraint for`test-kitchen`. Logfile `.kitchen/logs/kitchen.log` is pointing on this: ``` #... E, [2016-11-03T11:21:11.778739 #30796] ERROR -- Kitchen: ---Nested...

Yes, that sounds good. We will be glad to review a pull request introducing this installation type.

I can confirm this too. However, solutions above doesn't help. The trace is: ``` $ bundle exec middleman deploy -b /Users/legal/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/bundler/gems/middleman-deploy-243ab38b0889/lib/middleman-deploy/commands.rb:94:in `deploy_options': undefined method `deploy_method' for nil:NilClass (NoMethodError) from /Users/legal/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/bundler/gems/middleman-deploy-243ab38b0889/lib/middleman-deploy/commands.rb:64:in...