Reiner Gerecke
Reiner Gerecke
**Disclaimer**: I haven't checked yet whether jQuery Address also provides this feature. Right now, the jQuery Address plugin is used to update the URL when the permalink is clicked. IMO...
[PEP-484](https://www.python.org/dev/peps/pep-0484/) introduced new syntax to declare type hints. The interpreter makes no use of them, other then to expose them on e.g. function objects. Third party tools like [mypy](http://mypy-lang.org/) understand...
The initial implementation in #2353 landed in master. We have some open questions / features that we can discuss here. Once it's clear what we want we can create separate...
I've had at least two instances of `Popup` that looked like this. The title should be moved down, the message up. 
**Steps to reproduce** 1. `$ python run_uh.py --debug` ... lots of messages appearing ... 2. Exit the game via the menu 3. Game stops, exception is raised: ``` Thank you...
Another developer had a problem with our project and we tracked it down to jingo's `datetime` filter. The default format string is `%B %e, %Y`. It uses `%e` which is...
See #89. Right now, only videos embedded with HTML5 or wrapped by UniversalSubtitles are supported.
So people have been sending emails or opening up issues when they found incorrect video metadata (on pyvideo.org). We could use a system that eases fixing metadata for both visitors...
I'm using pyvideo's project for developing, so I had problems when I modified the base template in richard. Right now, pyvideo has a copy of richard's base.html because it added...
We currently have no way to link to all videos with a certain tag. I think this is eventually solved with the video browse system (#88), but for the time...