Jeff Geerling

Results 1854 comments of Jeff Geerling

I don't mention in that section that loops are supported (and the example only shows examples of `when` applied to multiple tasks)—are you suggesting the section might need extra clarification?...

I'm going to be working on this example a little bit today, too...

Gah... fix one thing, two others break. ``` rake aborted! NoMethodError: undefined method `new' for BigDecimal:Class /opt/demo-rails-app/vendor/bundle/ruby/2.7.0/gems/activesupport-4.2.11/lib/active_support/core_ext/object/duplicable.rb:111 ``` I'm going to have to work on revamping the entire https://github.com/geerlingguy/demo-rails-app setup...

Interesting... I hadn't spent much time with Molecule running directly under WSL2 but I'm wondering if it's an issue with the privs required through Docker on Windows running under WSL2...

Well that's odd. That weird bug is due to some strange issue (https://github.com/microsoft/terminal/issues/280#issuecomment-517870239) in the console's font checking that drops it out from using Consolas. The solution is to use...

I was getting 'Connection refused' for SSH, so I tried setting a different port for SSH in the Vagrantfile: config.vm.network :forwarded_port, guest: 22, host: 4222, id: 'ssh' Then on next...

I think... unfortunately, I'm going to have to give up on this for now at least. I was so close. Vagrant builds the VM, I can see it's running and...

Adding `v.gui = true` in the virtualbox config in the Vagrantfile allows me to log into the machine manually, though if I do that and check things out, `sshd` is...

I installed the same version of Vagrant in Windows using the MSI installer, and it looks like the private network is set up / attached correctly: