Galileo Daras
Galileo Daras
Currently the API for creating a ProtectiveMBR is somewhat unclear, or at least easy to misuse. While the documentation does explain that the input should be the _number of logical...
This PR supports using a "taken" Partition (modeled after std::io::Take) to work with all the normal I/O Read operations, and allows it to work seamlessly with `std::io::copy(&mut taken_partition, write_impl)`
Add take_disk method to reclaim GptDisk's underlying device.
The current disk image included in the test fixtures has a size (in blocks) of 29. This was due to an error where the block bounds of the partition were...
Adds support for Linux AP scanning, with unit tests handling unicode in AP SSIDs.
### Behaviour Build fails with generic `The process '/arm64/docker' failed with exit code 1` ``` time="2024-07-17T12:09:20.315680885Z" level=info msg="Starting up" time="2024-07-17T12:09:20.317986927Z" level=warning msg="could not change group /home/runner/setup-docker-action-d973fb[32](https://github.com/worldcoin/orb-os/actions/runs/9973897032/job/27560250066#step:4:35)/docker.sock to docker: group docker...
After reading over the documentation of the Serialized provider, it seemed intuitively that it would allow you to do the following: Expected behavior (non-functional) ``` #[derive(Debug, Serialize)] struct Args {...