FY dev

Results 25 comments of FY dev

I've been doing something very similar, https://github.com/finalyards/ZOO-esp32/tree/main/comms . Would you be willing to collab on the subfolder, perhaps? Thinking of the larger picture, I'm - as a user of trouble...

‘shared’ without ‘app’ is acceptable for me, but not my favourite, since I feel it’s taking the viewpoint of the authors, focusing on repo’s internal structure. For a developer coming...

Looking at the repo's [use of cache](https://github.com/embassy-rs/trouble/actions/caches): 1. The main cache seems to have bloated to 4.9 GB (only 2.3GB are needed) 2. The two steps actually *do* use different...

PLEASE DON*T REMOVE THE CACHE, YET. I'd like to take a peek on its internals. EDIT: I seem to need some help. The CI is in a weird state, unable...

Caches can be removed. The reason some of them miss the hash part is straightforward: The checkout step needs to be before cache - now it's not for `binary-size`, so...

Thanks! I don't know why I got it exactly the other way round! >We could move the .gitignore rules for ignoring lock files to the host and host-macros subdirectories. I...

Great. One more question: when running CI-like scripts locally, I end up having many, version controlled `Cargo.lock`s updated: ``` modified: examples/esp32/Cargo.lock modified: examples/nrf-sdc/Cargo.lock modified: examples/rp-pico-w/Cargo.lock modified: examples/serial-hci/Cargo.lock ``` I will...

I feel like this is a can-of-worms. Right now, I come from a race 🚗 between me and my IDE. I wanted those changes *gone*, `git restore`. The IDE kept...

I'll add changes on Monday, most likely: >Good idea on doing format and clippy up front. Ok. Will change the `.github/workflows/ci.yaml` to make this possible (as discussed above). >It allows...

My latest addition seems to have blown the bank exceeded the limits of the CI VM: ``` = note: /usr/bin/ld: final link failed: No space left on device collect2: error:...