Ralph Bolton

Results 25 comments of Ralph Bolton

Related: https://github.com/fieldOfView/Cura-OctoPrintPlugin/issues/113 and https://github.com/fieldOfView/Cura-OctoPrintPlugin/issues/7 My preferred solution would be to pull down the "print with Octoprint" selector and see "save file" (as now) and "send to octoprint" (or similar wording)....

I have the same problem with some Centos 7 boxes. The Redhat doco (https://access.redhat.com/articles/2039753) says you can disable cert checking by editing /etc/python/cert-verification.cfg and setting a value to 'false'. On...

(I also have a Centos 6.8 system affected by this) Looking in code, in boto/connection.py I can see this: ``` python class AWSAuthConnection(object): def __init__(self, host, aws_access_key_id=None, aws_secret_access_key=None, is_secure=True, port=None,...

I can confirm the config file method works well as an (insecure) workaround on Centos 7 - thanks for the tip! Now I/we just need to figure out which bit...

I have no idea if this is you problem or not, but this looks like the file wasn't opened in binary mode (ie. it was opened with "r" instead of...

The Ansible 'gem' task is the issue here (although I haven't tested with RVM to verify, I've bumped into the same issue elsewhere). It's actually in the [docs](http://docs.ansible.com/ansible/latest/gem_module.html), but by...

I'm not sure how this could/would be implemented, but I too would like to do something like this. My use-case is that I'm using a dotnet created package (which is...

I'll go further... the `cmk_host_registration : Add host` task (which calls `checkmk_host`) in the `cmk_host_registration` role always shows an Ansible change - even if the host in question is already...

Very good point - and better style than my (rather hurried) change. Updated as requested.

Just to stir the pot on this... We store Allure output for every build we run onto an Intranet website. For builds on master/main branches, we use and keep the...