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

Fix issues found while re-deploying Docker image #11

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    88bed7d View commit details
    Browse the repository at this point in the history
  2. Provide default value for y axis limit

    A previous change incorrectly made ceiling a required variable, breaking
    my Docker deployment, which relied on the default auto-ranging behavior.
    This commit makes this argument optional, as intended.
    
    Bonus changes:
    * Pipe stdout and stderr of `crossword` to make it a little easier to
    debug issues from logs.
    * Add a reference to remind myself how to actually use Docker.
    kesyog committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f53cfec View commit details
    Browse the repository at this point in the history