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

Download models #54

Merged
merged 19 commits into from
Sep 5, 2024
Merged

Download models #54

merged 19 commits into from
Sep 5, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    97f89d1 View commit details
    Browse the repository at this point in the history
  2. Remove todos

    alanocallaghan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f2b9be6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a3b85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77f5191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9ca94a View commit details
    Browse the repository at this point in the history
  6. Remove redundant bool

    alanocallaghan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    98f9283 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    be67023 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9378900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814d2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df06e63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d513a7 View commit details
    Browse the repository at this point in the history
  5. Cache releases JSON

    alanocallaghan committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b42cc8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be25e17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46354eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d83884b View commit details
    Browse the repository at this point in the history
  9. Fix watcher

    alanocallaghan committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b766c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix most exceptions

    There were not checks to ensure that `InstanSegPreferences.modelDirectoryProperty().get()` didn't return null, and therefore lots of `Path.of` calls would fail if it was null.
    petebankhead committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    68fe859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6de7a View commit details
    Browse the repository at this point in the history
  3. Improve tile size & device defaults

    Padding is currently 80 and we subtract 2 x padding from tile size to get the valid area. So 512 is a better default than 256, which has a tiny valid area.
    petebankhead committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8c3e32d View commit details
    Browse the repository at this point in the history