Tim Borden
Tim Borden
I'm on Ubuntu 12.04 too. I think the python26.zip file is used by Sublime Text 2, so you shouldn't delete it. I did the same thing and I couldn't locate...
Ahhhh....I didn't realize that there are two python2.6 folders. There is the parent folder when the deb is extracted, which I had moved into the sublime lib directory....and that didn't...
Just re-ran this on https://www.nba.com/stats/ in the Console of the Chrome Dev Tools: ``` angular.module('nba-ng-hana-services')['_invokeQueue'].map(arr => arr[2][0]) ``` **EDIT**: The original post parsed only the Angular service name....updated and re-ran...
Hey @rogersgt, thanks for putting up this PR. I'm trying to use your fork. `package.json`: ``` "devDependencies": { "serverless": "^3.7.9", "serverless-offline": "rogersgt/serverless-offline.git#grady/container-support" } ``` ~...but I'm getting a `Serverless plugin...
For anyone looking to connect to the sandbox, you can monkeypatch the `BASE_URL` constant: ``` import os import coinbase.constants coinbase.constants.BASE_URL = "api-sandbox.coinbase.com" from coinbase.rest import RESTClient client = RESTClient( api_key=os.environ.get('COINBASE_KEY'),...
@pcriadoperez we're interested in beta testing the event streaming (currently having performance issues with the watch methods)....slightly worried that this branch is 1275 commits behind master. How close are you...
That would be great ....thanks @pcriadoperez! Please let me know when you've got the branch updated with the latest changes.
@pcriadoperez ....just trying out your branch, and I've run into the following error: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in...
Thanks for your help debugging @sc0Vu I just ran things on my end, with `verbose` enabled and waited for Binance to send Liquidation messages. There were a couple of messages...
@sc0Vu - I figured out the issue....I spotted `All symbols for streams are lowercase` in the Binance docs - https://developers.binance.com/docs/derivatives/usds-margined-futures/websocket-market-streams/Connect ....and was able to resolve the issue with the following:...