James Cuzella
                                            James Cuzella
                                        
                                    @jhughes-mc : Looks like on old distros the only way to install + upgrade pip is with above command plus `PIP_INDEX_URL` override. sudo -E easy_install -i https://pypi.python.org/simple pip PIP_INDEX_URL=https://pypi.python.org/simple/ sudo...
Seems related to same issue mentioned here: ansible/ansible#31741 Basically the pycrypto & SSL upgrades that happened with `pip`, `setuptools` and pypi.python.org are a huge mess on old distros.
> Agreed, I just noticed the warning and had no idea what's causing it. @TWiStErRob: It seems as if this [_Action_'s built-in `Gemfile`][1] may not match the one from the...
Same error on Ubuntu `17.04` zesty: ``` Video: Texture loading option is enabled. Finding all hires textures Video: Initializing OpenGL Device Context. Core: Setting 32-bit video mode: 1024x768 Video Warning:...
Here are logs shown in JournalD when launching via command line: https://gist.github.com/trinitronx/a102d0d8a57abaf04ef3c8a1af2f2219 Not sure if caribou is really related, but maybe I'll try uninstalling that. The kernel message seems interesting...
> yubico says access denied though and I have no idea what to do next. @rubyFeedback: Maybe try looking into what `udev` rules are applied to the yubikey? You want...
Another +1 for this request. @isidorn It seems like it's pretty simple to implement dual publishing via a [GitHub Actions workflow described here][doc]. It probably wouldn't take very long to...
> why is it not 3.3.0 even though i specifically typed **rvm install 3.3.0**? `rvm install` does not set the current version of Ruby to be used afterwards. It only...
I'm seeing this issue as well... Jenkins has been failing to trigger a build on new pull requests due to the event not matching either of `issue_comment` or `pull_request`: GHPRB...
What I observed was that the webhook url was working fine, but GitHub was sending a request with a header `X-GitHub-Event`. This header had the event name `push`. The GHPRB...