BCM

Results 70 comments of BCM

The API key is the least of our worries. Most of the API calls are different now, and will require different requests and response handlers. I've been messing around with...

As much as I would love to see this, the [CCXT package](https://github.com/ccxt/ccxt) supports practically every crypto exchange on the market. Would it make more sense to integrate with it directly...

@ArkadiuszMichalRys, I pulled your version and got the following error: ``` Creating my_awesome_project_django_1_499f9d077e92 ... error ERROR: for my_awesome_project_django_1_499f9d077e92 Cannot create container for service django: invalid volume specification: 'my_awesome_project_production_django_media:my_awesome_project/media:rw': invalid mount...

I'm running into this same problem now. Trying to deploy a production instance for a university project, and not trying to deal with CDN for the setup we have. Tried...

@abcoathup, I don't think the Delegation challenge will work in 0.6.0 since they updated the way fallback functions work. In the process of downgrading my compiler and SafeMath libs to...

I load my account ID in an env file along with the rest of my account info since there's no need to have it checked in source control.

+1. There needs to be some exception handling added for 40x errors as well. It's on my list of stuff to do.

I think the most straightforward way to do this right now is by modifying the TDASession.request function, but I'm not sure the best way to incorporate this into the package....

Tim changed the order API, it broke mine as well and I haven't gotten around to updating it. I suggest going back to a previous version of the code. I...

I went ahead and merged into dev branch. We don't have tests running on that yet. @timkpaine can we update the azure-pipeline.yml to trigger on dev also? Not sure what...