Will Kahn-Greene
Will Kahn-Greene
The template that shows search results pulls the data from the db for each result. We're missing a few things in the index. So we should: 1. add the things...
Remy wants to be able to subscribe to feeds in French and English, but not see videos in other languages. He suggested having a form that allowed you to filter...
https://github.com/mozilla/SocialShare That puts a click between all the social hoo-hah tracking you across the world and letting you twit/g+/verb-here about videos. I think twitting about videos is super useful, but...
I'd been avoiding localizing the interface because it required a bunch of infrastructure to do and I hadn't had time to do that correctly. This issue covers: - [ ]...
Seems like wrapping the youtube video in Universal Subtitles forces the video to only show up as flash. Off the top of my head, I bet it's because Universal Subtitles...
If you add a tag, related url or something like that to a Video, it doesn't update the updated field. This might be a problem with sitemaps where we're stating...
We have a "category" page and a "speaker" page, but these are really just two instances of a more general browsing and discovery interface. The whole point of richard is...
pyvideo got a request for us to switch the order of speakers for a video. ``` > Subject: Re: Video up: TuLiP: a toolbox for hybrid and reactive systems research...
This video on pyvideo is hosted on YouTube: http://pyvideo.org/video/691/1-psf-sprints-supporting-the-community-one-spr The problem is that YouTube provides no good way to download material from the site. Here's a list of utilities for...
We're currently using `setup.py` for build configuration. We should switch everything to `pyproject.toml`.