FY dev

Results 20 comments of FY dev

I don't.. Does it still occur? Where do you see it?

For those interested, the [`pr-rand-catchup` branch](https://github.com/finalyards/trouble.fork/tree/pr-rand-catchup) is now up to the latest versions. - `rand` is preparing for 0.10 release; I jumped over 0.9 and preparing for it - all...

Do you have that work as a fork/branch? Can have a look (though don't have hw).

Regarding `nrf-sdc`, I've noticed that pulling it takes considerable time, and disk space. ``` $ du -h -d1 ~/.cargo/git/checkouts [...] 4.2G /home/ubuntu/.cargo/git/checkouts/nrf-sdc-60aaf678d91c8332 ``` I can reduce that to ~370MB by...

> I think this is a nrf-sdc issue, not trouble's Why do you think that? *It's always good to explain your thoughts. Otherwise it's your thoughts against mine - with...

I'm also facing this, and would like to hear about: >Does embassy need this particular version of rand_core and not a newer one? In my case, I'm [readying `trouble` for...

> Do you happen to know of an up-to-date example of using I2C with esp-hal? I have one. Just finished work on this: https://github.com/finalyards/ZOO-esp32/blob/main/tof/vl_api/examples/many-emb.rs#L104 Disclaimer: I don't want to draw...

I'll be keeping an eye on this, from [`embassy-rs/trouble`](https://github.com/embassy-rs/trouble) point of view (BLE host implementation). It's using `rand_core` 0.6, and there's some request to move further. cc: - https://github.com/embassy-rs/trouble/issues/423 -...

> We've migrated all of our crates to use `rand_core` v0.10 prereleases and it's looking like that's what we'll be releasing with once the final version is out Great! I've...

Understood. I tried to figure out `trouble`'s problem for a while (using git `main` versions), but that didn't lead anywhere. The best strategy (for me) is likely to wait until...