John
John
I haven't tested it _works_ but if you disable the explicit check for `BULD_SHARED_LIBS` and undo this `#define` it builds... this is pretty similar to GoogleTest which lets you turn...
> AFAICT: other than the missing `#define`s to handle building and using the definitions statically, there's nothing that prevents SimpleAmqpClient from supporting a static build. This ties in with what...
(I got it to work without using `--key-stdin` but I'd still like to know)
I can see it's making a call to: https://www.binance.com/assetWithdraw/getAllAsset.html But I don't know the Binance API at all to comment :)
I noticed this has apparently changed because `BinanceGroup.OnGetCurrenciesAsync` now calls "https://api.binance.com/sapi/v1/capital/config/getall" which is part of wallet-endpoints (https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data). It looks good but I get the error back *API-key format invalid*. Not...
@Eloise1988 I already have that - it's the default setting. But Google finance cells still periodically update anyway, as do cells using your functions. Typically when I switch tabs but...
Aha, it's down to your use of `Cache.put` : https://developers.google.com/apps-script/reference/cache/cache?hl=en#put(String,String) This causes it to time-out using the default value of 10min, if I understand correctly. I wonder if you could...