origliante
origliante
@fpietrosanti @evilaliv3 @vecna In our abetterbrowser.org variance, we also should talk about TorBrowser. What do you think about it? Another point is: https://www.netmarketshare.com/browser-market-share.aspx?qprid=2&qpcustomd=0 if we require IE to be >=...
``` cache = {} def caching_document_loader(url): loader = jsonld.requests_document_loader() if url in cache: return cache[url] resp = loader(url) cache[url] = resp return resp jsonld.set_document_loader(caching_document_loader) ```
> Problem disappeared after I installed the following versions: > > ansible==4.5.0 > ansible-core==2.11.4 > ansible-runner==1.4.7 > ansible-runner-http==1.0.0 > kubernetes==12.0.1 > openshift==0.12.1 Are you sure? With the following, it still...
> @origliante as an updated datapoint the problem is now gone for us and we have these versions: > > ``` > > pip3 freeze | egrep "(ansible|openshift|kubernetes)" > ansible==4.4.0...
@zdzichu try the following out: From: https://docs.ansible.com/ansible/latest/collections/community/kubernetes/k8s_module.html `Please update your tasks to use the new name kubernetes.core.k8s instead. It will be removed in version 3.0.0 of community.kubernetes.` By updating the...
I'm adding security = 'disabled' as an option to sendmail() to my fork, it would make local smtp usage easier to configure
Sorry I try to clear it up. There are two variables, one controlling the use of tor socks vs tcp4: GLSetting.tor_socks_enable And another one controlling the use of SSL/TLS: security=GLSetting.memory_copy.notif_security...