Ky-Anh Huynh
Ky-Anh Huynh
probably it's deprecated https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html
@Zedseayou thanks for your feedback and using my script. > Warning: error trying read config from the 'curl-options.txt' file Do you have anything in the `curl-otions.txt`? It's cookie file used...
Please note that, cookie generated from your browser has quite short TTL (time to live). You likely have to generate that file after a few days (I don't know exactly)
> _test_public_2_with_cookie The test is designed to work with Travis CI system (https://github.com/icy/google-group-crawler/blob/master/.travis.yml). I'm sure the tests would be broken now because cookie data are out of date. Everytime I...
> FWIW, transcrypt supports that. See https://github.com/elasticdog/transcrypt#designate-a-file-to-be-encrypted. I'm posting it here as a possible source for inspiration, not as a promotion of it. There is also sops, though there is...
Fyi, I found this tool is great, but it's more features than I need, so I wrote my own version https://github.com/icy/genvsub with some strict format `${VAR_NAME}`, however the tool can...
> I think it would be useful to add an `--inplace` option where the target destination file is the source file :) I think you can just use https://linux.die.net/man/1/sponge ?
@ashishrah2611 What is your setting `var.region`? It's probably that the region doesn't match with your expected region (`ap-seoul-1`). I got the same issue several days ago and fixing the region...
We actually installed the plugin via https://quay.io/repository/huawei-cni-genie/genie-plugin?tab=history https://raw.githubusercontent.com/Huawei-PaaS/CNI-Genie/master/conf/1.8/genie-plugin.yaml Delete the installation (`kubectl delete -f- < genie-plugin`) doesn't help much
> Hi @icy , I would point to my answer here #257 - Kubeval only validates Kubernetes manifests following the Swagger file released by the k8s project. This is not...