BackrndSource

Results 8 comments of BackrndSource

tests are lacking to: - auth - account

That looks so pretty! I need some time to review this, i will do it soon.

For the tests in travisCI you need to put your own api_key in your travisCI account that you use to test your fork. Set up the environmental variable TMDB_SESSION_ID. Do...

Ah ok! I get it. I was talking about this long time ago. We tried to put the encrypted variable to see if forks can take it, but not. Is...

But if you want to make tests in your forks or pull request you need to configure your own travis-ci.

Thank you very much for the code review. I will probably add some methods like set_health or set_lives_left, and maybe other attributes. I can also take the opportunity to create...

To preserve the alpha channel also needs to set has_mask parameter to True: ```py VideoFileClip("video.webm", has_mask=True, decoder="libvpx-vp9") ```