checkmypi
checkmypi
same issue here xml file of the same size but different timestamp not synced correctly I was able to reproduce this issue [bug.tar.gz](https://github.com/aws/aws-cli/files/2889654/bug.tar.gz) download attached tar file and then ```...
Yup, same problem here, I'd say it's because in later version of k8s CertificateSigningRequest api is no longer in beta I've hacked around it with following patch ``` --- a/quick-install/trow.yaml...
For sake of other users: ishell is using readline library to parse commands. Something along the lines ``` string = readline.get_completer_delims().replace('/', '') readline.set_completer_delims(string) ``` Would resolve the issue