Ihor Bodnarchuk

Results 32 comments of Ihor Bodnarchuk

2 steps to resolve: 1. Delete react. 2. Install vue. Problem solved :)

@Benjythebee seems like you could then just call `provider.getGasPrice()` directly

I was able to get refresh_token doing this: 1. add http://localhost:5050 to allowed origins 2. add http://localhost:5050/code to allowed redirect urls 3. if your install script still running from your...

@acsrikar279 send POST request with body type Form URL Encoded and Content-Type header set to application/x-www-form-urlencoded as you can see at https://developer.amazon.com/docs/alexa-voice-service/authorize-companion-site.html

@wwlorey just added the steps. sorry was in a rush. maybe this bug is purely presentational but I noticed when you crate an Azure function via Azure Portal UI always...

Yes, I did have an app service selected and it is HTTP triggered. so that means it should be off by default then and will wake on HTTP request and...

@tofutim have you by any chance tried to make this work with background service ?

@lclement927 you probably didn't wrap it in connectors ` ` @WissenIstNacht would be a good idea to update the API section in the doc as it still lists chainId

@WissenIstNacht but with this config connect() doesn't seem to work anymore.

@chriseth Here is the relevant azure function code ``` const input = { language: 'Solidity', sources: { [templateName]: { content: eval(templateContents) } }, settings: { outputSelection: { // return everything...