Hailey Somerville
Hailey Somerville
> Hi, we've made significant improvements in this space recently, such that it's a lot easier to adjust the limited access for the recent-photo strip as well as to pick...
Oh! I see where those git repo methods are being called after all - in `esp-idf-sys`! I prepared some changes for esp-idf-sys to update according to _this_ change: https://github.com/esp-rs/esp-idf-sys/compare/master...haileys:esp-idf-sys:esp-idf-no-git-repo It's...
Thank you for the review @N3xed! I have made all the requested changes!
cargo fmt applied!
Whoops sorry for the delay, fixed that up now.
@bugadani That's a really good idea! I've gone with implementing `Drop` on the `AvailableTask` struct itself, which sets the task state according to a `next_state` field. This also covers us...
Thanks for the feedback @Dirbaio! I've pushed up a change that addresses the zero cost concern. We can instead make the `task` field an Option and use the presence of...
> According to the embassy-sync docs, Signal is a "Signalling latest value to a single consumer." This is true, but this requirement is not enforced by the type system. It...