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 serialisation bug #132

Merged
merged 4 commits into from
Jul 22, 2023
Merged

Commits on Jul 21, 2023

  1. Fixed serialisation bug by avoiding using the raw buffer

    The raw buffer is sometimes expanded for performance reasons, which leaves the buffer with additional zeros. This fix just returns the written bytes of the PipeBuffer, instead of including the extra padding.
    JamieMair committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8376686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04d836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7992a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Update src/utils.jl

    Co-authored-by: Lior Blech <nomadbl@gmail.com>
    JamieMair and nomadbl authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    2b2807e View commit details
    Browse the repository at this point in the history