Custom Query (1173 matches)
Results (202 - 204 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#495 | fixed | Central calendar for contributor dates | ||
Description |
It would be nice to have all the important dates in one place. 1) Release schedule 2) Contributor meetings 3) Bi-weekly bug triage 4) Any hackfests or conferences we participate in The quick and dirty fix: Wiki page with manual dates, easy but likely to become uncurrent The more robust fix: Something like this, http://www.mediawiki.org/wiki/Extension:Calendar_%28Cdamian%29 A bit more work to set up, but since it integrates with other calendars, it may help us retain more contributors in the long run by helping people remember meetings and deadlines. |
|||
#5445 | invalid | Certain media hang on generating thumbnail | ||
Description |
A user is uploading a number of ogg video files to my instance (videos with .ogg extension). These files transcode fine, which makes me think I have the correct python bindings for ogg files, but they hang at the thumbnail stage. Once this happens, that celery worker becomes stuck waiting and cannot be used for anything else. When enough of these files get uploaded and processed, all of my celery workers become stuck and nothing else proceeds. I have to restart my celery service to kill the stuck workers and make them available for use again.
I added a bunch of debug logging statements and tracked it down to the following line in sample = appsink.emit("pull-preroll")
Online gst documentation says that
|
|||
#965 | fixed | Change TextField to StringField in wtforms elements | ||
Description |
The WTFroms TextField alias to StringField has been deprecated. There are numerous TextField entries in various forms (login, register, blog, comments, etc). These cause warnings as such in the log. /path/to/mediagoblin/lib/python2.7/site-packages/WTForms-2.0.1-py2.7.egg/wtforms/fields/simple.py:23: DeprecationWarning: The TextField alias for StringField has been deprecated and will be removed in WTForms 3.0 From http://wtforms.readthedocs.org/en/latest/whats_new.html :
|