James Cuzella
James Cuzella
> ## To Reproduce > There is a valid `/usr/share/applications/chromium.desktop` and a broken symlink at `~/.local/share/applications/chromium.desktop`. findex doesn't find anything "chromium" until I remove the broken symlink. > > ##...
@buddhi1980 : Is this currently possible right now to stop the GUI app render and resume later with the CLI? For example: 1. User started a flight path render of...
Ran into same error "`Errno::ECONNREFUSED: Connection refused - connect(2) for "127.0.0.1" port 23053`"... same cause: `ruby_gntp` gem was being used, but I wasn't running Growl. Swapped it out for the...
Encountering this circular dependency bug in `yay`, thanks to needing the new Yubikey Authenticator app cost me too much time, so I ended up avoiding the `flutter` build process entirely...
> Would you happen to have a reproducible case on a clean machine that can be used as a test case for this? @Jguer: If I recall correctly, it should...
I'd love it if solo_wizard would migrate to the `sprout` and `sprout-wrap` projects too. I took a glance at this to see how hard it might be for me to...
Interesting, I've never used `strategy: debug` at all... but maybe it's a good feature for `kitchen-ansible` to debug playbooks. For most playbook debug tasks, it's usually a variable that you...
I can get the old `busser-serverspec` path working by commenting out these parts of `.kitchen.yml`: ``` provisioner: # [...SNIP...] # require_chef_for_busser: false # [...SNIP...] #verifier: # name: serverspec # sudo_path:...
Looks like they supposedly fixed this dependency issue in: ansible/ansible#26726 However, I'm not sure which repo these debs are pushed to.. still seeing issues on Ubuntu = 2.6), python-setuptools, sshpass,...
Ok, so I'm not sure if the problem I'm seeing is exactly the same as yours, as in my case `pip` never installs `ansible` (or anything really). There was a...