Tim Borden
Tim Borden
For apps that are restricted by country and are outside the US. See the discussion in the LifeHacker article about this app: http://lifehacker.com/apk-downloader-extension-installs-restricted-apps-direc-1601613233/all (discussion is started by teddytee)
Config auto discovery caused open_basedir restriction on Cloudfoundry servers (AppFog). I added the AWS_DISABLE_CONFIG_AUTO_DISCOVERY constant to the kohana config file. Here's the error: ErrorException: file_exists(): open_basedir restriction in effect. File(/home/vcap-user-###/.aws/sdk/config.inc.php)...
Why do the summary stats suggest that only 30% of the latency is database related:  ....but the profiling stats suggest that 90% of...
### What happened + What you expected to happen Using the new V2 API stack raises a `NotImplementedError` in `BatchIndividualItems(ConnectorV2)` ### Versions / Dependencies Google Colab, Python 3.10, Ray 2.22.0...
### Operating System OSX ### Programming Languages Python ### CCXT Version 4.3.82 ### Description ~~There are two URL paths for Binance WebSockets....one for a single stream and one for multiple...
Here is sample code to reproduce the error in Google Colab: ``` from coinbase.websocket import WSClient symbol = "BAT-USD" num_changes = 10 changes = [] def on_message(message): m = json.loads(message)...
Memory leak
### Operating System OSX & Linux ### Programming Languages Python ### CCXT Version 4.4.58 ### Description We've got a handful of workers running in a DigitalOcean App that restart frequently...