Tim Borden

Results 7 issues of 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: ![Screenshot 2024-03-06 at 3 24 02 pm](https://github.com/jazzband/django-silk/assets/422542/a62f489d-0f2b-45a8-96fe-a6cdd8166898) ....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...

bug
triage
rllib

### 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...

bug

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)...

### 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...