Derek

Results 259 comments of Derek

This may be lower-hanging fruit than you think. It would mostly be deleting and updating documentation. easy_thumbnail is quite unobtrusive and requires no changes to your models. You can even...

Hey everyone! It's been a busy year for me but I finally got around to completing something worth sharing! Introducing [Medialogue](https://github.com/derek-adair/medialogue). I can't remember why i broke association with photologue...

>While this issue is titled admin interface, it actually touches more on the wishlist. The current admin interface is somewhat clunky for a non-technical person Agreed. Personally, I am taking...

This is out of the context of this project. This is akin to asking the owner here to teach you how to code django. It honestly sounds like you already...

[Django Upload Form](https://github.com/morlandi/django-upload-form) uses a custom implemented jquery script on the front-end. I'd recommend staying away from that as x-browser file upload is an ever-changing endeavor. I'd recommend picking a...

Personally, I'd recommend leaving backend integration out of this project altogether as it seems like a mix of concerns. I've not tested it yet but my plan is to just...

I'll probably add more as I finish up integrating this image into[ derek-adair/python-workflow](https://github.com/derek-adair/python-workflow)

Here is the error I receieve when building 4.0 in ubuntu: ``` libavcodec/libaomenc.c:703:109: error: 'AOM_ERROR_RESILIENT_PARTITIONS' undeclared here (not in a function) " is still done over the partition boundary.", 0,...

I suspect its because the AOM dependency [is not pinned](https://github.com/jrottenberg/ffmpeg/blob/master/docker-images/4.0/ubuntu/Dockerfile#L43)

I think my issue is potentially different tho. I get past the AOM build.