bschnider
bschnider
I do not know if it is the right place to post my question regarding an error I have been facing when trying to simply extract the ticker info from...
Thank you for mentioning `desugaring`. I did not know such library existed and it indeed solved my problem. I had to add the following two lines in my `build.gradle` app's...
Trying to create my Kraken instance of the Exchange object with a user name, API key and secret key, I got stuck with another problem apparently linked to the use...
The only solution I found so far is to use a version of XChange prior to the use of `java.util.Base64`. I believe the latest version without this dependency would be...