GrandsMarquis

Results 13 comments of GrandsMarquis

Hey which node provider are you using? On Mon, Jun 15, 2020, 2:26 PM bzakk wrote: > Hi there, > I'm not sure what might be the reason but approveToken()...

You can't send a tx to mainnet directly using infura unfortunately. Are you in a testing phase or want to make a real trade on mainnet? If you'd like to...

If you're on testnet you can just use your ganache local net provider and remove the line that is changing web3 to your infura provider and it will work.

Sorry I don't have time to do private support (making free tutorials is already enough time-consuming :D ). How much time is the request taking to ganache-cli? Is the error...

Thanks. Yes this is something that I wanted to do and needs to be done since some time a place for devs to meet and help each others around the...

My telegram handle is @jdourlens can you'd end me a message so I can invite you to the group when created On Tue, Jun 16, 2020, 3:32 PM Jules Dourlens...

Weird, sorry I have no idea on what could be the problem. I tried the code this morning and worked fine (I updated the address we unlock as it was...

Hello @arfoll I'm sorry I don't have much time in this month to check your problem. Maybe there is an issue. Please continue writing here if you find anything.

got kind of same issue there, do you have a workaround or i need to do it by myself?

I quick patched this doing: ``` if (isViewHit(mySeekBar, (int) ev.getX(), (int) ev.getY()) return (false); ``` in onInterceptTouchEvent(MotionEvent ev) of the DraggableView.java