James Thullbery
James Thullbery
I am experiencing a very odd issue with the `deploy_key` resource. When I provide the name `ads_dev-chef-ads1_deploy_key` my keys are generated but empty. The files appear, but nothing is in...
I've been trying to find a way to determine the current rate limit while using the echowrap gem. Unfortunately I can't find any documentation or examples that show how to...
I encountered the following issue while trying to drop a user: ``` ================================================================================ Error executing action `run` on resource 'execute[drop postgresql user abc123]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit...
I'm not a Rails 3 user yet so I'm not sure if this is a Rails 3 issue, but grouping doesn't work in the older Rails 2.X version....I had to...
I have removed Rubocop from my project and added StandardRb. I can have VSCode lint my files (and correct them) and it works as expected, but then moments later (sometimes...