Zubin
Zubin
I just accidentally discovered another way to get the project Id, but from the credentials JSON. go to https://dialogflow.com/docs/reference/v2-auth-setup, follow the instructions but be careful to choose choose 'API Admin'...
thanks @vnavascues - will take a look.
@vnavascues , thanks to @aelmanaa , I am able to offer you some suggestions. If it wasn't for his excellent help and careful explanations to me I would have struggled...
no problems @vnavascues - glad this helped. so did you encode `address` an `address[]` using encode() before sending them? i.e. it worked when you encoded them to bytes32 ?
Great, thanks for confirming.
I have been able to replicate this. Marking this as `Investigating`. Summary: 1. Confirmed that I reproduced the reported error with the following `ETH Tx` configuration, where minConfirmations is parsed...
Full TOML Job Spec to repro issue is here. `submit_tx` has the `minConfirmations="$(decode_cbor.minConfirmations)` that seems to be the problem. ``` type = "directrequest" schemaVersion = 1 name = "Get >...
@andrejrakic Wondering if there is any advantage to this since the vars are stored as plain tex, just the same as .env files? Would using hardhat var offer any significant...
Hi all Am i missing something or does the README's instructions not work> I'm new to programming and android and SODA. The instruction on adding 'com.socrata:android-soda-client:1.0-SNAPSHOT' to the app/module build.gradle...
Nice catch @Messerblatt ! If you're new to OSS contributions would you like to make a PR for practice, or do you want me to go ahead and do it?...