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

Bugfix-15 issue with table render #16

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Commits on Nov 18, 2022

  1. Update dependencies

    raykov committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    62ae4bf View commit details
    Browse the repository at this point in the history
  2. Fix issue #15

    before render a table, we calculate cell size and then split text into
    butches (lines) suitable for this size. But it we have empty cell, it will
    return empty list of lines and our row render will not be finished. The
    pointer will be pointing to the beginning of the page and breaking everything
    raykov committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c5360bf View commit details
    Browse the repository at this point in the history