dominic
dominic
in my previous comment i meant expose the period.
cc @taniwha3 again as i believe they will have opinions or at least very useful insights.
merged in some other PRs and i think i got the merge right here. hopefully it doesn't make things harder for you.
manually merged Cargo.lock :/
we just did a big dependency update in #496 so i'm going to close this in deference to that.
naive attempt: ``` $ rustup default nightly $ export RUSTFLAGS=-Zself-profile $ make all ``` unfortunately this build fails due to tonic generating code that fails the nightly clippy checks. adding...
my builds are still slow, but i'm not sure what we can do. maybe we should think about breaking out the monorepo...
i updated those.. so i moved the script into a subfolder, changed the relative import from `../` to `../../` and still got "file not found". however, i also had other...
i believe the end state we want to get to is: 1. auraed runs from systemd, as a user that has permission to create and destroy cgroups (v2). 2. clients...
at the moment there's no support for running auraed without root, or at least without a user with permission to create cgroups and maybe more. so I think this issue...