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

Handle kill signal #123

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 4, 2022

  1. feat: handle signals

    In order for the program to close somewhat cleanly, it now catches the
    signal and deletes the temporary file and folder before quitting.
    Also the temporary files have been renamed to have meaningful file names
    Breigner01 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    dc92169 View commit details
    Browse the repository at this point in the history
  2. fix: remove the car icon for the process name

    This car is cute and all but on an operational standpoint it's not
    practical and even on my own computer with fonts that handle these kinds
    of characters, the car doesn't display in htop.
    Breigner01 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    709fd61 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Revert "fix: remove the car icon for the process name"

    This reverts commit 709fd61.
    Breigner01 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ccbb179 View commit details
    Browse the repository at this point in the history
  2. fix: make the path variable in the blockstore class not required

    This allows to not break custom blockstores and allow at the same
    time clean kill signal handling.
    Breigner01 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ad3e2a8 View commit details
    Browse the repository at this point in the history