nadilas

Results 61 comments of nadilas

I can't find any implementation for generating `oneOf` in OAS3 from proto files. Having this ```proto message Foo { oneof a { string b = 1; int32 c = 2;...

No problem, just wanted to let you know. :-)

@ybyqzxl Do you mean you want to override the fill color on particular rects?

I managed to get around this by using acme.sh on the host: GD_Key="" GD_Secret="" ~/.acme.sh/acme.sh --renew --renew-hook ~/scaledown.sh --post-hook ~/scaleup.sh --dns dns_gd --cert-home /etc/letsencrypt/live -d domain -d "*.domain" -d "*.apps.domain"...

So it took time some time, but here's what you do, after changing to acme.sh: ``` ansible-playbook -i inventory.ini openshift-ansible/playbooks/redeploy-certificates.yml ``` use updated openshift-ansible (3.11.104-1) PR: https://github.com/openshift/openshift-ansible/pull/11472

I'd like to help out. @LorenzoWF did you manage to get to a draft?

Just ran into the same issue. @NicBright have you looked into the issue, how we could adapt the code to account for the proper `add` operation?

This worked out great, thanks @NicBright for sharing!

How can we help to move this along?

Does anyone have a working fork?