TheSandDoctor

Results 4 issues of TheSandDoctor

@earwig It would be useful for stripped tag identification and handling if `filter_tags()` or a new equivalent function (like `filter_all_tags()` or something) would also include partial tags in its results....

There should be an option to only display the effected lines and, perhaps, a few around them for context. Currently it displays the entire file in a side-by-side and this...

Code comment: ``` python # TODO: Ensure we're handling redirects. Might also stick the 'origin' # attribute on Events like the Javascript spec requires. ``` We should ensure that's implemented.

enhancement

Fixes bug #28 by changing how lines are parsed. Previously if a double line ending was embedded in the event it could trip up SSEClient and return early, resulting in...