Brian Stoots
Brian Stoots
Pinging for update.
It would be nice if it was built in to the core node-rest-client project but check out: https://www.npmjs.com/package/node-rest-client-promise.
I've just encountered the same issue on my dev machine: ``` C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.12.5/lib/bundler/definition.rb:23:in `build': C:/Users/bstoo/AppData/Local/Temp/vagrant-gemfile20160725-43776-34oiwn not found (Bundler::GemfileNotFound) from C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.12.5/lib/bundler.rb:123:in `definition' from C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.12.5/lib/bundler.rb:91:in `setup' from C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.12.5/lib/bundler/setup.rb:19:in `' from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' from...
@hferentschik No worries, I love this plugin and appreciate all your work.
@djdesign You might try leaving the terminal you ran vagrant up from open. I found on my Windows box that with Virtualbox 5.0.x and Vagrant 1.8.4 if I close the...
Hey there. I ended up implementing the same conversion in my fork: https://github.com/bstoots/convert-units. Feel free to check it out.