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

status: preparatory work for stream detection from container #879

Merged
merged 2 commits into from
Nov 3, 2022

Commits on Nov 2, 2022

  1. utils: Use explicit u64::from

    Prep for a PR which may pull in the `glib` crate which has
    a conflicting impl for this conversion (which is likely a bug).
    cgwalters committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    749ec87 View commit details
    Browse the repository at this point in the history
  2. status: Add a helper to extract the stream

    Prep for handling the container case in
    coreos#878
    cgwalters committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f1c123a View commit details
    Browse the repository at this point in the history