Pepi
Pepi
same issue here, using backtrader ` pf.create_full_tear_sheet(returns, positions=positions, transactions=transactions, gross_lev=gross_lev, live_start_date='2008-12-12', round_trips=True) `
> Would love to get this in on the new community branch before I fork it into a repo Is it in the community branch, I cant seem to find...
@flazouh works for me if you use the full object instead of just the URL ```js new Redis({ family: 6, port: 6379, host: 'app-name.internal', username: 'default', password: process.env.REDIS_PW, }); ```
I believe you are running the container using docker-compose which is also running a command on the container, I recommend removing that line from the compose file, not sending the...
@lalalune I believe the original PR opener was trying to revert back to an old version where the Docker image wasn't running anything because they are using docker-compose which would...
@lalalune I created #1139 to merge into new `develop` branch to fix docker-compose file issue from original poster