David

Results 6 comments of David

To change the date format call this before you invoke the picker: moment.locale("YOURLOCALE"); So setting it to UK/GB format you would call moment.locale("en-gb"); All the formats can be found on...

I think line 103 of websocket_feed_listener.py is incorrect, instead of: `path = '/users/self' ` it should read ` path='/users/self/verify' ` this is in accordance with the GDAX documentation here: https://docs.gdax.com/#subscribe...

I have the same issue, did you manage to fix it or is this project dead ?

I think this is due to the way web-deploy is copying the key to the web_deploy.key file. If you copy your private key directly to the remote server and do...

> I seem to be getting: > > `Load key "/home/runner/.ssh/web_deploy_key": error in libcrypto` This is due to carriage returns being added to the web_deploy_key that don't exist in your...