Results 23 comments of Troy Ready

@dellock6 I was having similar problems. You don't need the 3rd party ACMESharpRoute53Automation module -- here's how I do it with the AWS provider: ``` Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201...

FWIW, it looks like they are set. I'm using [this workaround](https://unix.stackexchange.com/a/327572) to change the cursor as an alternative option so I can keep using powerline-go.

The basic existing tests are working for me now. Given a run_list of: ``` - recipe[jenkins_server_wrapper::default] - recipe[jenkins_plugin::install] - recipe[jenkins_job::create] - recipe[jenkins_user::create] ``` all tests pass in `assert_plugin_installed_spec.rb`, `assert_job_created_spec.rb`, &...

I don't have the bandwidth to finish this now, sorry. The changes should be pretty straightforward for someone to pick up, only real functional change I think is figuring out...

Nothing notable from dmesg (nothing added after running the intelmetool command; last entries are ALLOWED apparmor entries for chromium and wifi association) for DEVMEM settings: ``` root@mysystem:/home/myuser/intelmetool# cat /boot/config-$(uname -r)...

Curious if anyone can confirm that the 5th gen has a chip that can accessed via a test-clip? I've been looking online and haven't been able to see the 5th...

Any hope of moving this forward? Another random thought for it -- the PR would need to be updated I think to not fail when no role_path is specified (currently...

Obviously some housecleaning is needed here (e.g. issue description, taking out the version bump), but it would be nice to something like this included. Currently, if I specify a raw...

Testing here might also be too clever by half: I didn't want to punt on adding a test but also wanted to avoid mocking away too much from go-deadlock's logging/[exit](https://github.com/sasha-s/go-deadlock/blob/v0.3.1/deadlock.go#L39-L41)....

Ah, sorry for the obtuseness @ncabatoff -- I had drawn some incorrect conclusions due to errant test results. I've simplified the implementation as discussed.