J Barker

Results 8 comments of J Barker

Was there any movement on this...? Or any documentation elsewhere that can be used...?

Thanks for getting back to me. I have had some success by following the code and have been able to authenticate and use the Rest api. :)

I worked around this by setting the animation duration to 0. Then in DLRadioButton.m I did the following: ``` - (void)touchUpInside { [self setAnimationDuration:0.3]; if (self.isMultipleSelectionEnabled) { [self setSelected:!self.isSelected]; }...

@AnhTVc I am also looking for libopenvpn version for arm64 . Can you send to [email protected] ...? Thanks...!

Yes, I am also experiencing this. If I try and obtain offline directions more than once I get the same "RouterException No suitable edges near location" until I restart the...

Can you add to the documentation how this should be done, please...? I am facing the same problem.

> Can you add to the documentation how this should be done, please...? I am facing the same problem. I worked out how to do this. See : https://github.com/WalletConnect/WalletConnectSwift/issues/70

> Hello @j-cimb-barker > > I'm facing same problem here. I checked repo be mentioned what you post #70, and implemented it. > But issue still existed. > > Here's...