-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a python generic function for handling Link header parsing #451
Comments
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 29, 2015
Some more complex libraries and more generic than ours. But I think I will stick to something custom made. Experimenting and addting tests. |
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 3, 2015
Probably should use a |
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 4, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 4, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 4, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 4, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 4, 2015
pfew |
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 5, 2015
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Feb 5, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
karlcow
added a commit
that referenced
this issue
Feb 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We probably need to parse links in a few use cases for rewriting and/or sanitizing them. We have already two places we are doing that. Time for a refactoring.
See
webcompat.com/webcompat/helpers.py
Line 164 in 5ec17d8
and
webcompat.com/webcompat/helpers.py
Line 142 in 5ec17d8
The text was updated successfully, but these errors were encountered: