Jay

Results 20 comments of Jay

I figured out how to do this. I added an async run command to the client to handle this. ``` vaultClient.run = async () => { try { const status...

I got it to work like this: ``` props.navigation.navigate('addPost') } style={getStyle('floatingButton', theme)} > ``` ``` const getStyle = (style, theme) => { const styles = { floatingButton: { borderWidth:1, borderColor:'rgba(0,0,0,0.2)',...

> Hi @CoinCoderBuffalo Can you please double check the key is in this format? > > ``` > exchange = ccxt.coinbase({ > 'apiKey': 'organizations/xxxxxxx/apiKeys/xxxxxx', > 'secret': '-----BEGIN EC PRIVATE KEY-----\xxxxxxxxxxxxxxxx\n...

> @CoinCoderBuffalo Can you please post a verbose log? `exchange.verbose = true` Here's what I'm seeing with verbose logging. ``` fetch Request: coinbase GET https://api.coinbase.com/api/v3/brokerage/market/products RequestHeaders: { 'User-Agent': 'Mozilla/5.0 (Windows...

I believe I fixed the issue. It was with the formatting of the secret. I added this and it's taking: ``` // Clean up the secret by removing any unintended...

I see the following HTTP calls are failing. I am unable to load any data into druid. I am using derby as the metastore, I've also tried using postgres. Notes:...

@abhishekagarwal87 any update on this issue?

Seeing the same problem with 8.9.0. I downgraded to 8.8.0 and the git sync seems to be working again.