David Fischer

Results 29 comments of David Fischer

I am glad the project is maintained and covered with tests !

This is powered by Django REST Framework and deliver both pictures and videos (HTTP streaming): ``` ... sendfile_image_args = { 'check_exist': False, 'encoding': None, 'filesize': None, 'mimetype': 'image/jpeg' } class...

Hello @ad-m, The Website is hosting more than 25'000 pictures and 2'000 videos of my private collection. There are more than 60 family and friends and none of them can...

Hello, I forgot to enable tests that were disabled when copying files from the contributors. I think you have the right to modify the PR, I invite you to do...

> Thanks for your PR! > > I leave some comments for requesting changes. BTW, why do you disable the test cases `teams_test.go` and `credentials_test.go`? I just enabled those tests.

Some issues I have trying to test based on the steps in Travis Config: ``` david@ZenBookPro:~/develop/awx-go$ make lint gometalinter: error: unknown linters: gosimple Makefile:27: recipe for target 'lint' failed make:...

I don't know exactly how you can contribute to the PR, however, I enabled this option since the beginning, in the meantime, I just merged your changes to my branch,...

@Colstuwjx this is a work in progress. I am enhancing tests and making many changes, I'll keep you informed in case I have questions or need your expertise. Thank you.