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: memory issues #414

Merged
merged 15 commits into from
May 14, 2024
Merged

fix: memory issues #414

merged 15 commits into from
May 14, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6456677 View commit details
    Browse the repository at this point in the history
  2. fix crash

    kuruk-mm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c266f6c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. good results :)

    kuruk-mm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9b0bce2 View commit details
    Browse the repository at this point in the history
  2. asd

    kuruk-mm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    937b953 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b64f01f View commit details
    Browse the repository at this point in the history
  4. clear cache for last used (at least 30 seconds)

    add resizing to the images for low the memory
    restore promise to object
    remove some assets that are not being used
    kuruk-mm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2c55d95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a025bc4 View commit details
    Browse the repository at this point in the history
  6. fmt & lint

    kuruk-mm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    36f020b View commit details
    Browse the repository at this point in the history
  7. clippy everywhere

    kuruk-mm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4d77015 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. remove_child+queue_free

    kuruk-mm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fa72baf View commit details
    Browse the repository at this point in the history
  2. apply feedback from lean

    update num-derive to clean all clippy warnings
    kuruk-mm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f2f4e86 View commit details
    Browse the repository at this point in the history
  3. if let Some(A) to let A = ?

    kuruk-mm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b0ceb1f View commit details
    Browse the repository at this point in the history
  4. cached.retain

    kuruk-mm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fbdfcfc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. println->tracing::debug

    kuruk-mm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    816a1d3 View commit details
    Browse the repository at this point in the history
  2. format

    kuruk-mm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    17974ae View commit details
    Browse the repository at this point in the history