Spencer Owen
Spencer Owen
Perhaps the reason it is crashing is because it is looking at the wrong directory. Guard expects following file: ``` /Users/sowen/.rvm/gems/ruby-2.1.1/gems/guard-puppet-lint-0.2.0/lib/guard/puppetlint/templates/Guardfile ``` Actual file path (notice it is `puppet-lint` not...
I suspect this is a lima problem https://github.com/lima-vm/lima/issues/34#issuecomment-928808005 Looking at ~/.lima/default/lima.yaml` the default settings are: ``` # Expose host directories to the guest, the mount point might be accessible from...
``` colima stop colima delete brew unlink colima brew install --head colima colima start ``` While I no longer get the error `Read-only file system`, I'm finding that I'm unable...
I've uncovered some sort of race condition, because I'm now able to `touch` a file once, but if I delete the file and try again I always get an error...
I just upgraded colima and lima, but I"m not seeing that bind mounts don't work at all ``` brew upgrade lima colima colima version colima version 0.3.1 git commit: 787ae5631ae8de072feef95a509c47fc93308b2e...
You can create a slipstreamed windows ISO that already contains windows updates by following the instructions here: http://www.v-strange.de/index.php/vmware/2-uncategorised/220-slipstream-windows-updates-to-server-2012r2-install-medium Took my packer build times from 6 hours to 2 hours.
I too just ran into this in test kitchen. Interestingly I tried to reproduce it using chef-zero, and I found I could not reproduce it Append "foo": "bar" to `chef-repo/environments/dev.json`...
Looking at the interrupt example in the examples folder shows that no interupt is provided to `button.read()`. https://github.com/evert-arias/EasyButton/blob/main/examples/Interrupts/Interrupts.ino#L31
rm Gemfile.lock bundle install fixed the issue for me
I've started work on having travis-ci building the mac app in this branch https://github.com/spuder/PID-Analyzer/blob/travis/.travis.yml https://travis-ci.org/spuder/PID-Analyzer Currently I'm stuck on that same step ``` lldb ./PID-Analyzer.app/ (lldb) target create "./PID-Analyzer.app/" Current...