Berker Peksag
Berker Peksag
I think it's better to convert test_rtrip to a script that can be run as part of the release process since it creates too much noise for both contributors and...
- [ ] Rewrap all Markdown files - [ ] Port `filter_timesince()` to JavaScript - [x] Fix CRLF issues - ~Add logging to improve debugging~ - [x] Copy static files...
- [ ] Buy a premium font first. - https://typekit.com/fonts/jaf-facitweb - https://typekit.com/fonts/pragmatica-web-condensed
``` css /* Document level adjustments */ html { font-size: 17px; } @media (max-width: 900px) { html { font-size: 15px; } } @media (max-width: 400px) { html { font-size: 13px;...
- Font size: http://stackoverflow.com/questions/15649244/responsive-font-size/16390717#16390717
``` py # Schemes are in urlparse are hardcoded. url = Url('rtmp://127.0.0.1', extend_scheme='rtmp') ```
Details are here: http://developer.github.com/v3/issues/
Details are here: http://developer.github.com/v3/activity/notifications/