Skip to content
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

Experiment: render HTML logs dynamically #16

Merged
merged 18 commits into from
Sep 25, 2016
Merged

Experiment: render HTML logs dynamically #16

merged 18 commits into from
Sep 25, 2016

Conversation

mgedmin
Copy link
Owner

@mgedmin mgedmin commented Sep 25, 2016

Fixes #10.

Missing pieces:

  • error handling when the log file doesn't exist
  • next/prev/index navigation
  • rendering the index page
  • making it possible to customize the style/colors/title format/etc

@coveralls
Copy link

coveralls commented Sep 25, 2016

Coverage Status

Coverage decreased (-0.8%) to 99.228% when pulling ef916a6 on dynamic-html into b0b1ecb on master.

Missing pieces:
- error handling when the log file doesn't exist
- next/prev/index navigation
- rendering the index page
- making it possible to customize the style/colors/title format/etc
@coveralls
Copy link

coveralls commented Sep 25, 2016

Coverage Status

Coverage decreased (-0.8%) to 99.228% when pulling 727afd1 on dynamic-html into ebae6d1 on master.

Users of various style classes had to take extreme care not to let the
style instance be garbage collected, because that would close the
underlying stream buffer (which destroys the data of a BytesIO()).

There's a way to avoid all that cumbersome and non-intuitive dance: call
TextIOWrapper.detach() so that the TextIOWrapper won't close the
underlying buffer in its __del__.
@coveralls
Copy link

coveralls commented Sep 25, 2016

Coverage Status

Coverage decreased (-0.8%) to 99.23% when pulling 1419ff5 on dynamic-html into ebae6d1 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 899a8ea on dynamic-html into ebae6d1 on master.

1 similar comment
@coveralls
Copy link

coveralls commented Sep 25, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 899a8ea on dynamic-html into ebae6d1 on master.

@mgedmin mgedmin merged commit f35237d into master Sep 25, 2016
@mgedmin mgedmin deleted the dynamic-html branch September 25, 2016 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants