Andrew Walbran

Results 48 issues of Andrew Walbran

## Describe the enhancement Filenames ending with `-file_contexts` (e.g. `apex.test-file_contexts` or `com.android.wifi-file_contexts`) should be classified as SELinux Kernel Policy Language. As far as I can see there is currently no...

Improvement

These follow the [Arm SMC Calling Convention version 1.3](https://documentation-service.arm.com/static/6013e5faeee5236980d08619). I've somewhat arbitrarily used function parameters for the HVC32/SMC32 calls and an array of arguments for the HVC64/SMC64 versions, because they...

Using the latest version from the develop branch, on an ESP32 with SSL enabled, I get the following crash a few seconds after calling Homie.prepareToSleep(), and never get a READY_TO_SLEEP...

bug

The Homie 4.0.0 specification just says that `$format` "For integer and float: Describes a range of payloads e.g. 10:15". It is not clear whether this is an open, closed or...

The 0.5.2 release of this crate adds lifetime parameters to several structs (`Value` and `Point`) in #62. This is an API breaking change, as code which uses these types may...

Added speaker notes, safety comments, and a couple more pages.

Added some speaker notes, and a slide about `Box` before we introduce `anyhow`.

I can't find any way to open the speaker notes again after closing them once. Steps to reproduce: 1. Go to https://google.github.io/comprehensive-rust/. 2. Click the link to open speaker notes...

bug
good first issue

Also fixed the logging example to be consistent with the output given.

This lets everything be tested by running `cargo test` in the root directory, which simplifies CI slightly. I've also added a CI step to run `cargo build`, as some of...