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

Add storage API to open a file for appending, without truncating it's content first #5176

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Sep 30, 2024

  1. implemented appender to open a file without truncating

    implemented in both memory and desktop, need to implement for mobile
    still
    mbaklor committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9856a9d View commit details
    Browse the repository at this point in the history
  2. fixed failing tests in internal/docs

    because I forgot how io reader works
    mbaklor committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9e868e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    276adfe View commit details
    Browse the repository at this point in the history