Igor Artamonov
Igor Artamonov
Another workaround. There is `${{env.pythonLocation}}`, which to my understanding comes from `actions/setup-python`, and it contains the base path to Pyhton. The only only issue is that you need that only...
@averikitsch hi, can you please confirm if that was fixed in the master and the workarounds could be dropped? thanks
Yes, I understand the warning, and I understand that the methods would work w/o .proto file. The issue is that it completely erases them. I expect to keep them untouched....
It's weird, but I cannot reproduce it anymore. Now, instead of deleting the associated request body, it keeps it as is. Expected behavior, basically. And it even shows the list...
Yes, I guess it's ok to close. Seems to be fixed already. Thank you
I've a workaround like @lauredogit suggested, but `PBEWithSHA512AndAES_256` didn't work for me too, so I've used `PBEWithHmacSHA256AndAES_256`. In general it supposed to be `java -Dkeystore.pkcs12.keyProtectionAlgorithm=PBEWithHmacSHA256AndAES_256 ...` But in my case...
https://github.com/spring-projects/aws-maven/blob/5.0.0.RELEASE/src/main/java/org/springframework/build/aws/maven/SimpleStorageServiceWagon.java#L86
I'm not quite sure what you mean, but we're planing to do batched processing some time next year, if you mean that
@harishbm34 can it be passed through an initialization function, which will be called before first run? I doesn't change the fact that the contract should store it somewhere, but it...
If you precompiled contract makes external calls to that URL, I would also suggest to change the execution flow to more deterministic, which for that case would be 1) requesting...