Matt Copperwaite

Results 19 comments of Matt Copperwaite

Hi, that is true, but sometimes a room will have multiple tracks.

@renyuneyun can't help you with the licensing stuff, but that design looks ok to me -- although I don't totally understand the French ;)

To be frank, I solved this problem by switching to cloud-nuke instead.

The scenario that bothers me is that I'm using my pipelines to create a new workspace for each environment (prod, test, dev, etc.) I end up in the catch 22...

hi @tejt99. I'm very appreciative of you reporting this. Unfortunately I'm not in a position to support this project any more, but I am glad people are interested in it....

While I'm at it upgrade to bootstrap 3

On hold to deal with backwards compatibility query as per comment above.

the error is being thrown a long way in to the standard library, which isn't helpful in debugging except that it most likely means the last bit of the code...

right, done a bit of digging. What has happened is, in `torrent.py` line 154 I had intended to un-wrap the list in a list (maybe it was a python2 thing)....

we've all got to learn sometime :grinning: that looks like an inheritance problem and is missing a [`super`](https://docs.python.org/3.7/library/functions.html#super) at the top of the `init`.